public class StudentDistanceBackToBackConflicts extends ExamCriterion
ExamPeriod.prev() or following
ExamPeriod.next() period and the distance
ExamPlacement.getDistanceInMeters(ExamPlacement) between these two exams
is greater than ExamModel.getBackToBackDistance(). Distance
back-to-back conflicts are only considered between consecutive periods
that are of the same day.
AbstractCriterion.ValueUpdateTypeiBest, iDebug, iValue, iValueUpdateType, iWeight, sDoubleFormat, sPercentFormat| Constructor and Description |
|---|
StudentDistanceBackToBackConflicts() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBackToBackDistance()
Back-to-back distance.
|
void |
getInfo(Map<String,String> info)
Adds some information into the table with information about the solution
|
String |
getName()
Criterion name
|
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).
|
void |
getXmlParameters(Map<String,String> params)
Put all the parameters of this criterion into a map that is used to write parameters section of the examination XML file.
|
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.
|
void |
setBackToBackDistance(double backToBackDistance)
Back-to-back distance.
|
void |
setXmlParameters(Map<String,String> params)
Set all the parameters of this criterion from a map that is read from the parameters section the examination XML file.
|
String |
toString() |
getBounds, getPeriodValue, getRoomValue, isRoomCriterion, setWeightafterAssigned, afterUnassigned, beforeAssigned, beforeUnassigned, bestRestored, bestSaved, clearCache, computeBounds, constraintAdded, constraintRemoved, getBest, getBounds, getInfo, getModel, getPerc, getPercRev, getValue, getValue, getWeight, getWeightedBest, getWeightedValue, getWeightedValue, getWeightedValue, inc, variableAdded, variableRemovedpublic StudentDistanceBackToBackConflicts()
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 getBackToBackDistance()
public void setBackToBackDistance(double backToBackDistance)
public void getXmlParameters(Map<String,String> params)
ExamCriteriongetXmlParameters in class ExamCriterionpublic void setXmlParameters(Map<String,String> params)
ExamCriterionsetXmlParameters in class ExamCriterionpublic double getValue(ExamPlacement value, Set<ExamPlacement> conflicts)
Criterionpublic String getName()
CriteriongetName in interface Criterion<Exam,ExamPlacement>getName in class AbstractCriterion<Exam,ExamPlacement>public void getInfo(Map<String,String> info)
InfoProvidergetInfo in interface InfoProvider<Exam>getInfo in class ExamCriterionpublic boolean isPeriodCriterion()
ExamCriterionExamPlacement.getTimeCost().isPeriodCriterion in class ExamCriterion