[PPL-devel] ppl demos/ppl_lpsol/ppl_lpsol.c interfaces/C/p ...

Andrea Cimino cimino at cs.unipr.it
Sat Oct 7 15:15:37 CEST 2006


CVSROOT:	/cvs/ppl
Module name:	ppl
Changes by:	cimino at cs.unipr.it	2006-10-07 15:15:37

Modified files:
	demos/ppl_lpsol: ppl_lpsol.c 
	interfaces/C   : ppl_interface_generator_c_cc_preamble 
	                 ppl_interface_generator_c_h_preamble 
	src            : MIP_Problem.cc MIP_Problem.defs.hh 
	                 MIP_Problem.templates.hh Polyhedron_public.cc 

Log message:
	ppl_lpsol: restored the old threshold.
	MIP_Problem: added the new constructor
	
	template <typename In>
	MIP_Problem(dimension_type dim,
	In first, In last,
	const Variables_Set& int_vars,
	const Linear_Expression& obj = Linear_Expression::zero(),
	Optimization_Mode mode = MAXIMIZATION)
	
	Renamed `set_integer_dimensions()' to `add_to_integer_space_dimensions'.
	Check, if a variables_set is passed to a constructor, if the set does not
	exceed the space dimension of the MIP Problem.

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/demos/ppl_lpsol/ppl_lpsol.c.diff?cvsroot=ppl&r1=1.60&r2=1.61
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/C/ppl_interface_generator_c_cc_preamble.diff?cvsroot=ppl&r1=1.2&r2=1.3
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/C/ppl_interface_generator_c_h_preamble.diff?cvsroot=ppl&r1=1.3&r2=1.4
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/MIP_Problem.cc.diff?cvsroot=ppl&r1=1.32&r2=1.33
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/MIP_Problem.defs.hh.diff?cvsroot=ppl&r1=1.24&r2=1.25
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/MIP_Problem.templates.hh.diff?cvsroot=ppl&r1=1.7&r2=1.8
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron_public.cc.diff?cvsroot=ppl&r1=1.83&r2=1.84




More information about the PPL-devel mailing list