|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.cpsolver.ifs.criteria.AbstractCriterion<Exam,ExamPlacement>
net.sf.cpsolver.exam.criteria.ExamCriterion
net.sf.cpsolver.exam.criteria.RoomPenalty
public class RoomPenalty
Room penalty (penalty for using given rooms). I.e., sum of
ExamRoomPlacement.getPenalty(ExamPeriod) of assigned rooms.
A weight for room penalty can be set by problem property
Exams.RoomPreferenceWeight, or in the input xml file, property
roomWeight).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sf.cpsolver.ifs.criteria.AbstractCriterion |
|---|
AbstractCriterion.ValueUpdateType |
| Field Summary | |
|---|---|
protected Integer |
iSoftRooms
|
| Fields inherited from class net.sf.cpsolver.ifs.criteria.AbstractCriterion |
|---|
iBest, iDebug, iValue, iValueUpdateType, iWeight, sDoubleFormat, sPercentFormat |
| Constructor Summary | |
|---|---|
RoomPenalty()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class net.sf.cpsolver.exam.criteria.ExamCriterion |
|---|
getInfo, getPeriodValue, getRoomValue, getXmlParameters, isRoomCriterion, setWeight, setXmlParameters |
| Methods inherited from class net.sf.cpsolver.ifs.criteria.AbstractCriterion |
|---|
afterAssigned, 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, variableRemoved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Integer iSoftRooms
| Constructor Detail |
|---|
public RoomPenalty()
| Method Detail |
|---|
public boolean init(Solver<Exam,ExamPlacement> solver)
ModelListener
init in interface ModelListener<Exam,ExamPlacement>init in class AbstractCriterion<Exam,ExamPlacement>solver - IFS solverpublic String getWeightName()
AbstractCriterion
getWeightName in class ExamCriterionpublic String getXmlWeightName()
ExamCriterion
getXmlWeightName 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)
Criterion
public double[] getBounds(Collection<Exam> variables)
Criterion
getBounds in interface Criterion<Exam,ExamPlacement>getBounds in class ExamCriterionpublic String toString()
toString in class Objectpublic boolean isPeriodCriterion()
ExamCriterionExamPlacement.getTimeCost().
isPeriodCriterion in class ExamCriterion
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||