ppl demos/ppl_lpsol/ppl_lpsol.c interfaces/C/p ...

CVSROOT: /cvs/ppl Module name: ppl Changes by: cimino@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.di... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/C/ppl_interface_gen... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/C/ppl_interface_gen... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/MIP_Problem.cc.diff?cvsroo... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/MIP_Problem.defs.hh.diff?c... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/MIP_Problem.templates.hh.d... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron_public.cc.diff?...
participants (1)
-
Andrea Cimino