|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Variable | |
|---|---|
| net.sf.cpsolver.coursett.model | University Course Timetabling: Model. |
| net.sf.cpsolver.exam.model | Examination Timetabling: Model. |
| net.sf.cpsolver.ifs.constant | Extension of the model with constant variables. |
| net.sf.cpsolver.ifs.criteria | IFS Criteria. |
| net.sf.cpsolver.ifs.dbt | Dynamic backtracking extension of IFS solver |
| net.sf.cpsolver.ifs.example.csp | Random Binary CSP with uniform distribution. |
| net.sf.cpsolver.ifs.example.jobshop | JobShop Problem. |
| net.sf.cpsolver.ifs.example.rpp | Random Placement Problem. |
| net.sf.cpsolver.ifs.example.tt | Simple Timetabling Problem. |
| net.sf.cpsolver.ifs.extension | IFS Extensions (conflict-based statistics, maintenance of arc consistency) |
| net.sf.cpsolver.ifs.heuristics | IFS Heuristics (value and variable selection criteria) |
| net.sf.cpsolver.ifs.model | IFS Model (description of a problem) |
| net.sf.cpsolver.ifs.perturbations | Minimal Perturbation Problem: counting of perturbations |
| net.sf.cpsolver.ifs.solution | IFS Solution (also contains solution comparator) |
| net.sf.cpsolver.ifs.solver | IFS Solver |
| net.sf.cpsolver.ifs.termination | IFS Termination (termination condition) |
| net.sf.cpsolver.studentsct.model | Student Sectioning: Model. |
| Uses of Variable in net.sf.cpsolver.coursett.model |
|---|
| Subclasses of Variable in net.sf.cpsolver.coursett.model | |
|---|---|
class |
Lecture
Lecture (variable). |
| Uses of Variable in net.sf.cpsolver.exam.model |
|---|
| Subclasses of Variable in net.sf.cpsolver.exam.model | |
|---|---|
class |
Exam
Representation of an exam (problem variable). |
| Uses of Variable in net.sf.cpsolver.ifs.constant |
|---|
| Classes in net.sf.cpsolver.ifs.constant with type parameters of type Variable | |
|---|---|
class |
ConstantModel<V extends Variable<V,T>,T extends Value<V,T>>
Extension of the model with constant variables. |
| Uses of Variable in net.sf.cpsolver.ifs.criteria |
|---|
| Classes in net.sf.cpsolver.ifs.criteria with type parameters of type Variable | |
|---|---|
class |
AbstractCriterion<V extends Variable<V,T>,T extends Value<V,T>>
Abstract Criterion. |
class |
AssignedValue<V extends Variable<V,T>,T extends Value<V,T>>
Simple Criterion: Sum of Value.toDouble(). |
interface |
Criterion<V extends Variable<V,T>,T extends Value<V,T>>
Criterion. |
| Uses of Variable in net.sf.cpsolver.ifs.dbt |
|---|
| Classes in net.sf.cpsolver.ifs.dbt with type parameters of type Variable | |
|---|---|
class |
DbtPropagation<V extends Variable<V,T>,T extends Value<V,T>>
Maintenance of arc consistency in dynamic backtracking. |
class |
DbtValueSelection<V extends Variable<V,T>,T extends Value<V,T>>
Selection of a value for dynamic backtracking. |
class |
DbtVariableSelection<V extends Variable<V,T>,T extends Value<V,T>>
Selection of a variable for dynamic backtracking. |
| Uses of Variable in net.sf.cpsolver.ifs.example.csp |
|---|
| Subclasses of Variable in net.sf.cpsolver.ifs.example.csp | |
|---|---|
class |
CSPVariable
CSP variable. |
| Uses of Variable in net.sf.cpsolver.ifs.example.jobshop |
|---|
| Subclasses of Variable in net.sf.cpsolver.ifs.example.jobshop | |
|---|---|
class |
Operation
Operation. |
| Uses of Variable in net.sf.cpsolver.ifs.example.rpp |
|---|
| Subclasses of Variable in net.sf.cpsolver.ifs.example.rpp | |
|---|---|
class |
Rectangle
Rectangle (variable). |
| Uses of Variable in net.sf.cpsolver.ifs.example.tt |
|---|
| Subclasses of Variable in net.sf.cpsolver.ifs.example.tt | |
|---|---|
class |
Activity
Activity (variable). |
| Uses of Variable in net.sf.cpsolver.ifs.extension |
|---|
| Classes in net.sf.cpsolver.ifs.extension with type parameters of type Variable | |
|---|---|
class |
ConflictStatistics<V extends Variable<V,T>,T extends Value<V,T>>
Conflict-based statistics. |
class |
Extension<V extends Variable<V,T>,T extends Value<V,T>>
Generic extension of IFS solver. |
class |
MacPropagation<V extends Variable<V,T>,T extends Value<V,T>>
MAC propagation. |
class |
MacRevised<V extends Variable<V,T>,T extends Value<V,T>>
Another implementation of MAC propagation. |
class |
SearchIntensification<V extends Variable<V,T>,T extends Value<V,T>>
Go back to the best known solution when no better solution is found within the given amount of iterations. |
class |
ViolatedInitials<V extends Variable<V,T>,T extends Value<V,T>>
Computation of violated initial values (minimal perturbation problem). |
| Methods in net.sf.cpsolver.ifs.extension with parameters of type Variable | |
|---|---|
boolean |
AssignmentSet.contains(Variable<?,T> variable)
Returns true if it contains the given assignment (assigned variable) |
| Method parameters in net.sf.cpsolver.ifs.extension with type arguments of type Variable | ||
|---|---|---|
boolean |
AssignmentSet.containsVariables(Collection<Variable<?,T>> assignments)
Returns true if it contains all of the given assignments |
|
static
|
AssignmentSet.createAssignmentSetForVariables(Collection<Variable<?,T>> assignments)
Create set of assignments from the list of Assignments, Values or (assigned) Variables |
|
| Uses of Variable in net.sf.cpsolver.ifs.heuristics |
|---|
| Uses of Variable in net.sf.cpsolver.ifs.model |
|---|
| Methods in net.sf.cpsolver.ifs.model with parameters of type Variable | |
|---|---|
void |
Value.setVariable(Variable variable)
Sets the variable which this value belongs to |
| Uses of Variable in net.sf.cpsolver.ifs.perturbations |
|---|
| Classes in net.sf.cpsolver.ifs.perturbations with type parameters of type Variable | |
|---|---|
class |
DefaultPerturbationsCounter<V extends Variable<V,T>,T extends Value<V,T>>
Default computation of perturbation penalty (minimal perturbation problem). |
interface |
PerturbationsCounter<V extends Variable<V,T>,T extends Value<V,T>>
Counter of perturbation penalty (minimal perturbation problem). |
| Uses of Variable in net.sf.cpsolver.ifs.solution |
|---|
| Classes in net.sf.cpsolver.ifs.solution with type parameters of type Variable | |
|---|---|
class |
GeneralSolutionComparator<V extends Variable<V,T>,T extends Value<V,T>>
General implementation of solution comparator. |
class |
MPPSolutionComparator<V extends Variable<V,T>,T extends Value<V,T>>
General implementation of solution comparator for minimal perturbation problem. |
class |
Solution<V extends Variable<V,T>,T extends Value<V,T>>
Generic solution. |
interface |
SolutionComparator<V extends Variable<V,T>,T extends Value<V,T>>
IFS solution comparator. |
interface |
SolutionListener<V extends Variable<V,T>,T extends Value<V,T>>
IFS solution listener. |
| Uses of Variable in net.sf.cpsolver.ifs.solver |
|---|
| Classes in net.sf.cpsolver.ifs.solver with type parameters of type Variable | |
|---|---|
class |
Solver<V extends Variable<V,T>,T extends Value<V,T>>
IFS Solver. |
interface |
SolverListener<V extends Variable<V,T>,T extends Value<V,T>>
IFS Solver Listener. |
| Uses of Variable in net.sf.cpsolver.ifs.termination |
|---|
| Classes in net.sf.cpsolver.ifs.termination with type parameters of type Variable | |
|---|---|
class |
GeneralTerminationCondition<V extends Variable<V,T>,T extends Value<V,T>>
General implementation of termination condition. |
class |
MPPTerminationCondition<V extends Variable<V,T>,T extends Value<V,T>>
General implementation of termination condition for minimal perturbation problem. |
interface |
TerminationCondition<V extends Variable<V,T>,T extends Value<V,T>>
Termination condition. |
| Uses of Variable in net.sf.cpsolver.studentsct.model |
|---|
| Subclasses of Variable in net.sf.cpsolver.studentsct.model | |
|---|---|
class |
CourseRequest
Representation of a request of a student for one or more course. |
class |
FreeTimeRequest
Representation of a request of a student for free time. |
class |
Request
Representation of a request of a student for a course(s) or a free time. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||