[PPL-devel] ppl/src MIP_Problem.cc MIP_Problem.defs.hh MIP ...

Enea Zaffanella zaffanella at cs.unipr.it
Fri Sep 19 10:30:10 CEST 2008


CVSROOT:	/cvs/ppl
Module name:	ppl
Changes by:	zaffanella at cs.unipr.it	2008-09-19 10:30:10

Modified files:
	src            : MIP_Problem.cc MIP_Problem.defs.hh 
	                 MIP_Problem.inlines.hh MIP_Problem.templates.hh 

Log message:
	Added public enums Control_Parameter_Name and Control_Parameter_Value:
	for the time being, the only control parameter name is PRICING for
	the pricing method, which can be set to three values.
	Added public methods for getting/setting a control parameter value.
	Modified the implementation so as to compute the simplex by using the
	pricing method specified by the control parameter settings.
	
	As for implementation, we temporarily use a Control_Parameter_Value variable
	(named `pricing') to store the singleton control parameter collection.
	It is planned that this will be replaced by a bitset-based status
	word encoding, besides possible other control parameters, also the
	values of `status', `initialized' and `opt_mode'.

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/MIP_Problem.cc.diff?cvsroot=ppl&r1=1.68&r2=1.69
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/MIP_Problem.defs.hh.diff?cvsroot=ppl&r1=1.37&r2=1.38
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/MIP_Problem.inlines.hh.diff?cvsroot=ppl&r1=1.17&r2=1.18
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/MIP_Problem.templates.hh.diff?cvsroot=ppl&r1=1.12&r2=1.13




More information about the PPL-devel mailing list