## General ## ---------------------------------------------- ## Output folder (if not defined as a parameter of csp.bat) General.Output=output\\RPP_MPP12 ## MPP Problem General.MPP=true ## Problem difinition ## --------------------------------------------- ## A folder + prefix of the input MPP problem (i.e. files gen12.pl, gen12.solution, gen12.mpp in folder ..\data\rpp-mpp) General.Input=rpp-mpp\\gen12 ## Placement area width Rpp.ProblemWidth=36 ## Placement area height Rpp.ProblemHeight=13 ## Number of tests to execute (for each loaded problem) Rpp.NrTests=5 ## Value selection heurisitcs ## -------------------------------------------- ## Class Value.Class=net.sf.cpsolver.ifs.heuristics.GeneralValueSelection ## MPP: limit on number of perturbations (-1 no use) Value.MPPLimit=-1 ## MPP: probability of selection of an initial value Value.InitialSelectionProb=0.75 ## MPP: difference in the number of initial assignments Value.WeightDeltaInitialAssignments=0.0 ## CSP: weight of the number of hard conflicts, weighted by CBS Value.WeightWeightedConflicts=1.0 ## CBS: weight of potential hard conflicts Value.WeightPotentialConflicts=0.0 ## MAC: Probability of selection of a good (not deleted) value Value.GoodSelectionProb=0.0 ## Weight of a hard conflict (variable that has to be unassigned if the value is selected) Value.WeightConflicts=1.0 ## Weight of the number of prior assignements of the value Value.WeightNrAssignments=0.0 ## Weight of a value Value.WeightValue=0.0 ## Random walk (random value selection) probability Value.RandomWalkProb=0.0 ## Length of the tabu-list (0 means no use) Value.Tabu=0 ## Variable selection heuristics ## ------------------------------------------- ## Class Variable.Class=net.sf.cpsolver.ifs.heuristics.GeneralVariableSelection ## Random selection Variable.RandomSelection=true ## Termination condition ## ------------------------------------------- ## Class Termination.Class=net.sf.cpsolver.ifs.termination.MPPTerminationCondition ## Maximum number of iterations Termination.MaxIters=-1 ## Timeout in seconds (1 minute) Termination.TimeOut=60 ## MPP: minimal number of perturbations Termination.MinPerturbances=0 ## Stop search when a complete solution is found Termination.StopWhenComplete=false ## Solution comparator ## ------------------------------------------- ## Class Comparator.Class=net.sf.cpsolver.ifs.solution.MPPSolutionComparator ## Extensions ## ------------------------------------------- ## Use CBS Extensions.Classes=net.sf.cpsolver.ifs.extension.ConflictStatistics