public abstract class Supports extends Object implements Relation
| Constructor and Description |
|---|
Supports(int arity,
int nbtuples) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTuple(int index,
int[] tuple) |
int |
arity() |
protected abstract Encoding |
chooseEncoding(org.sat4j.specs.IVec<Var> scope) |
void |
toClause(org.sat4j.specs.ISolver solver,
org.sat4j.specs.IVec<Var> scope,
org.sat4j.specs.IVec<Evaluable> vars) |
public void toClause(org.sat4j.specs.ISolver solver,
org.sat4j.specs.IVec<Var> scope,
org.sat4j.specs.IVec<Evaluable> vars)
throws org.sat4j.specs.ContradictionException
toClause in interface Clausifiableorg.sat4j.specs.ContradictionExceptionCopyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.