|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sat4j.reader.csp.Supports
public abstract class Supports
Constructor Summary | |
---|---|
Supports(int arity,
int nbtuples)
|
Method Summary | |
---|---|
void |
addTuple(int index,
int[] tuple)
|
int |
arity()
|
protected abstract Encoding |
chooseEncoding(IVec<Var> scope)
|
void |
toClause(ISolver solver,
IVec<Var> scope,
IVec<Evaluable> vars)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Supports(int arity, int nbtuples)
Method Detail |
---|
public void addTuple(int index, int[] tuple)
addTuple
in interface Relation
public int arity()
arity
in interface Relation
public void toClause(ISolver solver, IVec<Var> scope, IVec<Evaluable> vars) throws ContradictionException
toClause
in interface Clausifiable
ContradictionException
protected abstract Encoding chooseEncoding(IVec<Var> scope)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |