Overload List
| Name | Description | |
|---|---|---|
|
|
AlwaysConstant(IStateFunction, IIntervalVar) |
This method returns a constraint that ensures that whenever
interval variable a is present state function
f is defined everywhere between the start and the end
of interval variable a and remains constant over this
interval.
|
|
|
AlwaysConstant(IStateFunction, Int32, Int32) |
This method returns a constraint that ensures that state
function f is defined everywhere on the interval
[start,end) and remains constant over this
interval.
|
|
|
AlwaysConstant(IStateFunction, IIntervalVar, Boolean, Boolean) |
This method returns a constraint that ensures that whenever
interval variable a is present state function
f is defined everywhere between the start and the end
of interval variable a and remains constant over this
interval.
|
|
|
AlwaysConstant(IStateFunction, Int32, Int32, Boolean, Boolean) |
This method returns a constraint that ensures that state
function f is defined everywhere on the interval
[start,end) and remains constant over this
interval.
|