ifs.extension
Class ViolatedInitials
java.lang.Object
ifs.extension.Extension
ifs.extension.ViolatedInitials
- All Implemented Interfaces:
- ModelListener
public class ViolatedInitials
- extends Extension
Computation of violated initial values (minimal perturbation problem).
It is using Constraint.isConsistent(Value, Value) to find out what
initial values (of different variables) cannot be assigned when an arbitrary value is
assigned to a variable. This information is computed in advance, before the solver is
executed. It is used for better estimation of perturbation penalty (see
PerturbationsCounter) when a value is to be assigned to a variable.
- Version:
- 1.0
- Author:
- Tomáš Müller
|
Method Summary |
Set |
getViolatedInitials(Value value)
Initial values that cannot be assigned when the given value is assigned |
boolean |
init()
Compute the violations between any value and all other initial values |
| Methods inherited from class ifs.extension.Extension |
afterAssigned, afterUnassigned, beforeAssigned, beforeUnassigned, constraintAdded, constraintRemoved, getInfo, getModel, getProperties, getSolver, init, isRegistered, register, unregister, useValueExtra, useVariableExtra, variableAdded, variableRemoved |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViolatedInitials
public ViolatedInitials(Solver solver,
DataProperties properties)
init
public boolean init()
- Compute the violations between any value and all other initial values
getViolatedInitials
public Set getViolatedInitials(Value value)
- Initial values that cannot be assigned when the given value is assigned
Copyright © 2005 Tomáš Müller