|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sat4j.reader.csp.Var
public class Var
Constructor Summary | |
---|---|
Var(int[] domain,
int startid)
|
Method Summary | |
---|---|
int[] |
domain()
|
int |
findValue(int[] model)
|
void |
toClause(ISolver solver)
|
int |
translate(int key)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Var(int[] domain, int startid)
Method Detail |
---|
public int[] domain()
public int translate(int key)
public void toClause(ISolver solver) throws ContradictionException
ContradictionException
public int findValue(int[] model)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |