## General ## ---------------------------------------------- ## Output folder (if not defined as a parameter of csp.bat) General.Output=output\\RPP80 ## Problem difinition ## --------------------------------------------- ## RPP(fillFactor=80%) ## A folder with 80% problems (gen1.pl, gen2.pl, ...) General.Input=rpp\\80 ## Placement area width Rpp.ProblemWidth=40 ## Placement area height Rpp.ProblemHeight=14 ## First problem to load (1 means file {General.Input}/gen1.pl, 2 means file {General.Input}/gen2.pl etc.) Rpp.Min=1 ## Last problem to load Rpp.Max=5 ## 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.0 ## 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.GeneralTerminationCondition ## Maximum number of iterations Termination.MaxIters=-1 ## Timeout in seconds (5 minutes) Termination.TimeOut=300 ## MPP: minimal number of perturbations Termination.MinPerturbances=-1 ## Stop search when a complete solution is found Termination.StopWhenComplete=true ## Solution comparator ## ------------------------------------------- ## Class Comparator.Class=net.sf.cpsolver.ifs.solution.GeneralSolutionComparator ## Extensions ## ------------------------------------------- ## Use CBS Extensions.Classes=net.sf.cpsolver.ifs.extension.ConflictStatistics