public class RoomPerturbationPenalty extends PerturbationPenalty
PerturbationPenalty.isMPP() is true (minimal
perturbation problem).
AbstractCriterion.ValueContext, AbstractCriterion.ValueUpdateTypeiBest, iDebug, iWeight, sDoubleFormat, sPercentFormatsMaxSize| Constructor and Description |
|---|
RoomPerturbationPenalty() |
| Modifier and Type | Method and Description |
|---|---|
double |
getValue(Assignment<Exam,ExamPlacement> assignment,
ExamPlacement value,
Set<ExamPlacement> conflicts)
Value of a proposed assignment (including hard conflicts)
|
double |
getWeightDefault(DataProperties config)
Defines default weight (when
AbstractCriterion.getWeightName() parameter is not present in the criterion). |
String |
getWeightName()
Defines weight name (to be used to get the criterion weight from the configuration).
|
String |
getXmlWeightName()
Name of the weight parameter in the parameters section of the examination XML file.
|
boolean |
isPeriodCriterion()
True if this criterion is based on period assignment.
|
String |
toString(Assignment<Exam,ExamPlacement> assignment)
Simple text representation of the criterion and its value.
|
configure, getXmlParameters, isMPP, setXmlParametersgetBounds, getInfo, getPeriodValue, getRoomValue, isRoomCriterion, setWeightafterAssigned, afterUnassigned, beforeAssigned, beforeUnassigned, bestRestored, bestSaved, clearCache, computeBounds, constraintAdded, constraintRemoved, createAssignmentContext, getAbbreviation, getAssignmentContextReference, getBest, getBounds, getBounds, getBounds, getContext, getContext, getExtendedInfo, getInfo, getModel, getName, getPerc, getPercentage, getPercRev, getValue, getValue, getValue, getValue, getValueUpdateType, getWeight, getWeightedBest, getWeightedValue, getWeightedValue, getWeightedValue, getWeightedValue, getWeightedValue, getWeightedValue, inc, inc, init, setAssignmentContextReference, setModel, setValueUpdateType, variableAdded, variableRemovedpublic RoomPerturbationPenalty()
public String getWeightName()
AbstractCriteriongetWeightName in class PerturbationPenaltypublic String getXmlWeightName()
ExamCriteriongetXmlWeightName in class PerturbationPenaltypublic double getWeightDefault(DataProperties config)
AbstractCriterionAbstractCriterion.getWeightName() parameter is not present in the criterion).getWeightDefault in class PerturbationPenaltyconfig - solver configurationpublic double getValue(Assignment<Exam,ExamPlacement> assignment, ExamPlacement value, Set<ExamPlacement> conflicts)
CriteriongetValue in interface Criterion<Exam,ExamPlacement>getValue in class PerturbationPenaltyassignment - current assignmentvalue - given valueconflicts - values conflicting with the given valuepublic String toString(Assignment<Exam,ExamPlacement> assignment)
AbstractCriterionAbstractCriterion.getAbbreviation()
and x is the current value AbstractCriterion.getValue(Assignment).toString in interface Criterion<Exam,ExamPlacement>toString in class PerturbationPenaltyassignment - current assignmentpublic boolean isPeriodCriterion()
ExamCriterionExamPlacement.getTimeCost(Assignment).isPeriodCriterion in class ExamCriterion