|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PalmRealInterval
Interface of a real interval in PaLM.
Field Summary | |
---|---|
static int |
DOM
Constant for selecting all domain when asking explanations. |
static int |
INF
Constant for selecting lower bound when asking explanations. |
static int |
SUP
Constant for selecting upper bound when asking explanations. |
Method Summary | |
---|---|
void |
self_explain(int select,
Explanation e)
Merge explanation of the specified part of the domain to a constraint collection. |
Methods inherited from interface choco.real.RealInterval |
---|
getInf, getSup, intersect, intersect |
Field Detail |
---|
static final int DOM
static final int INF
static final int SUP
Method Detail |
---|
void self_explain(int select, Explanation e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |