public class IgnoredCommittedStudentConflict extends StudentConflict
IgnoredStudentConflict constraint. This criterion was created mostly for debugging
as these student conflicts are to be ignored.
AbstractCriterion.ValueUpdateTypeiIncludeConflictsiBest, iDebug, iValue, iValueUpdateType, iWeight, sDoubleFormat, sPercentFormat| Constructor and Description |
|---|
IgnoredCommittedStudentConflict() |
| Modifier and Type | Method and Description |
|---|---|
double |
countCommittedConflicts(Placement placement) |
int |
countCommittedConflicts(Student student,
Placement placement) |
double[] |
getBounds(Collection<Lecture> variables)
Value bounds (minimum and maximum) of the criterion on a part of the problem
|
String |
getPlacementSelectionWeightName() |
double |
getValue(Collection<Lecture> variables)
Value of a part of the problem (given by the collection of variables)
|
double |
getValue(Placement value,
Set<Placement> 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). |
boolean |
inConflict(Placement p1,
Placement p2) |
boolean |
isApplicable(Lecture l1,
Lecture l2) |
applicable, applicable, bestRestored, committed, committed, distance, getBounds, getMetrics, getValue, hard, hard, ignore, ignore, incJenrl, init, jointEnrollment, overlapsgetAbbreviation, getPlacementSelectionWeight, getPlacementSelectionWeightDefault, toStringafterAssigned, afterUnassigned, beforeAssigned, beforeUnassigned, bestSaved, clearCache, computeBounds, constraintAdded, constraintRemoved, getBest, getInfo, getInfo, getModel, getName, getPerc, getPercRev, getWeight, getWeightedBest, getWeightedValue, getWeightedValue, getWeightedValue, getWeightName, inc, variableAdded, variableRemovedpublic IgnoredCommittedStudentConflict()
public double getWeightDefault(DataProperties config)
AbstractCriterionAbstractCriterion.getWeightName() parameter is not present in the criterion).getWeightDefault in class AbstractCriterion<Lecture,Placement>public String getPlacementSelectionWeightName()
getPlacementSelectionWeightName in class StudentConflictpublic boolean isApplicable(Lecture l1, Lecture l2)
isApplicable in class StudentConflictpublic boolean inConflict(Placement p1, Placement p2)
inConflict in class StudentConflictpublic int countCommittedConflicts(Student student, Placement placement)
public double countCommittedConflicts(Placement placement)
public double[] getBounds(Collection<Lecture> variables)
Criterionpublic double getValue(Placement value, Set<Placement> conflicts)
Criterionpublic double getValue(Collection<Lecture> variables)
Criterion