choco.cp.solver.constraints.strong
Interface ISpecializedConstraint
- All Superinterfaces:
- Cloneable, IExtensionnable, IntPropagator, IPretty, SConstraint<IntDomainVar>
- All Known Implementing Classes:
- Adapter, SimpleDTConstraint
public interface ISpecializedConstraint
- extends IntPropagator, SConstraint<IntDomainVar>
Method Summary |
boolean |
check(int[] tuple)
|
int |
firstSupport(int position,
int value)
|
int |
nextSupport(int position,
int value,
int lastSupport)
|
firstSupport
int firstSupport(int position,
int value)
nextSupport
int nextSupport(int position,
int value,
int lastSupport)
check
boolean check(int[] tuple)
Copyright © 2012. All Rights Reserved.