-
Class Summary
Class |
Description |
AssignmentCount |
Deprecated |
DeltaTimePreference |
Difference between proposed and best time assignment.
|
HardConflicts |
Number of values (of other variables) that have to be unassigned in order before
this value can be assigned.
|
PlacementSelectionCriterion |
Abstract class for all criteria that are to be used only in the placement selection
(do not have any impact on the overall solution value).
|
PotentialHardConflicts |
Use conflict-based statistics to compute potential hard conflicts.
|
WeightedHardConflicts |
Hard conflicts weighted by the conflict-based statistics (past occurrences).
|
Package org.cpsolver.coursett.criteria.placement Description
University Course Timetabling: Placement Selection Criteria.
This packages contains criteria that are only used in the placement selection
heuristics. These are criteria that ha no impact on the overall solution value.
Such criterion is for instance the number of hard conflict (values that have to
be unassigned before a selected value can be assigned for the problem to remain
consistent).
- Version:
- IFS 1.4 (Instructor Sectioning)
Copyright (C) 2024 Tomáš Müller
muller@unitime.org
http://muller.unitime.org
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not see
http://www.gnu.org/licenses/.
- Author:
- Tomáš Müller