[gecode-users] Finalizing TupleSets

Malcolm Ryan malcolmr at cse.unsw.edu.au
Mon Mar 9 08:18:10 CET 2009


The following code causes a crash in Gecode 2.2.0:

	TupleSet tuples;
	tuples.finalize();

It seems that finalising an empty TupleSet is not allowed.

Curiously enough, there doesn't seem to be anything stopping you from  
using an unfinalised TupleSet as a constraint.

Malcolm




More information about the gecode-users mailing list