public class RoomPenalty extends ExamCriterion
ExamRoomPlacement.getPenalty(ExamPeriod) of assigned rooms.
AbstractCriterion.ValueUpdateType| Modifier and Type | Field and Description |
|---|---|
protected Integer |
iSoftRooms |
iBest, iDebug, iValue, iValueUpdateType, iWeight, sDoubleFormat, sPercentFormat| Constructor and Description |
|---|
RoomPenalty() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getBounds(Collection<Exam> variables)
Value bounds (minimum and maximum) of the criterion on a part of the problem
|
double |
getValue(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 |
init(Solver<Exam,ExamPlacement> solver)
Notification that the model was initialized by the solver.
|
boolean |
isPeriodCriterion()
True if this criterion is based on period assignment.
|
String |
toString() |
getInfo, getPeriodValue, getRoomValue, getXmlParameters, isRoomCriterion, setWeight, setXmlParametersafterAssigned, afterUnassigned, beforeAssigned, beforeUnassigned, bestRestored, bestSaved, clearCache, computeBounds, constraintAdded, constraintRemoved, getBest, getBounds, getInfo, getModel, getName, getPerc, getPercRev, getValue, getValue, getWeight, getWeightedBest, getWeightedValue, getWeightedValue, getWeightedValue, inc, variableAdded, variableRemovedprotected Integer iSoftRooms
public RoomPenalty()
public boolean init(Solver<Exam,ExamPlacement> solver)
ModelListenerinit in interface ModelListener<Exam,ExamPlacement>init in class AbstractCriterion<Exam,ExamPlacement>solver - IFS solverpublic String getWeightName()
AbstractCriteriongetWeightName in class ExamCriterionpublic String getXmlWeightName()
ExamCriteriongetXmlWeightName in class ExamCriterionpublic double getWeightDefault(DataProperties config)
AbstractCriterionAbstractCriterion.getWeightName() parameter is not present in the criterion).getWeightDefault in class AbstractCriterion<Exam,ExamPlacement>public double getValue(ExamPlacement value, Set<ExamPlacement> conflicts)
Criterionpublic double[] getBounds(Collection<Exam> variables)
CriteriongetBounds in interface Criterion<Exam,ExamPlacement>getBounds in class ExamCriterionpublic boolean isPeriodCriterion()
ExamCriterionExamPlacement.getTimeCost().isPeriodCriterion in class ExamCriterion