|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Model | |
|---|---|
| ifs.example.csp | Random Binary CSP with uniform distribution. |
| ifs.example.jobshop | JobShop Problem. |
| ifs.example.rpp | Random Placement Problem. |
| ifs.example.tt | Simple Timetabling Problem. |
| ifs.extension | IFS Extensions (conflict-based statistics, maintenance of arc consistency) |
| ifs.model | IFS Model (description of a problem) |
| ifs.solution | IFS Solution (also contains solution comparator) |
| ifs.solver | IFS Solver |
| Uses of Model in ifs.example.csp |
|---|
| Subclasses of Model in ifs.example.csp | |
|---|---|
class |
CSPModel
Random Binary CSP with uniform distribution. |
class |
StructuredCSPModel
Random Binary CSP with kernels. |
| Uses of Model in ifs.example.jobshop |
|---|
| Subclasses of Model in ifs.example.jobshop | |
|---|---|
class |
JobShopModel
Job Shop model. |
| Uses of Model in ifs.example.rpp |
|---|
| Subclasses of Model in ifs.example.rpp | |
|---|---|
class |
RPPModel
RPP model. |
| Uses of Model in ifs.example.tt |
|---|
| Subclasses of Model in ifs.example.tt | |
|---|---|
class |
TimetableModel
Simple Timetabling Problem. |
| Methods in ifs.example.tt with parameters of type Model | |
|---|---|
void |
Resource.setModel(Model model)
|
| Uses of Model in ifs.extension |
|---|
| Methods in ifs.extension that return Model | |
|---|---|
Model |
Extension.getModel()
Returns the model |
| Methods in ifs.extension with parameters of type Model | |
|---|---|
void |
ConflictStatistics.register(Model model)
|
void |
Extension.register(Model model)
Registration of a model. |
void |
ConflictStatistics.unregister(Model model)
|
void |
Extension.unregister(Model model)
Unregistration of a model. |
| Uses of Model in ifs.model |
|---|
| Methods in ifs.model that return Model | |
|---|---|
Model |
Constraint.getModel()
The model which the constraint belongs to |
Model |
Variable.getModel()
Model, the variable belong to |
| Methods in ifs.model with parameters of type Model | |
|---|---|
void |
Constraint.setModel(Model model)
Sets the model which the constraint belongs to |
void |
Variable.setModel(Model model)
Set the model to which the variable belongs to |
| Uses of Model in ifs.solution |
|---|
| Methods in ifs.solution that return Model | |
|---|---|
Model |
Solution.getModel()
The model associated with the solution |
| Constructors in ifs.solution with parameters of type Model | |
|---|---|
Solution(Model model)
Constructor |
|
Solution(Model model,
long iteration,
double time)
Constructor |
|
| Uses of Model in ifs.solver |
|---|
| Methods in ifs.solver with parameters of type Model | |
|---|---|
void |
Solver.setInitalSolution(Model model)
Sets initial solution |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||