public class Predicate extends Object implements Clausifiable
Constructor and Description |
---|
Predicate() |
Modifier and Type | Method and Description |
---|---|
void |
addVariable(String name) |
void |
setExpression(String expr) |
void |
toClause(org.sat4j.specs.ISolver solver,
org.sat4j.specs.IVec<Var> vscope,
org.sat4j.specs.IVec<Evaluable> vars) |
public void setExpression(String expr)
public void addVariable(String name)
public void toClause(org.sat4j.specs.ISolver solver, org.sat4j.specs.IVec<Var> vscope, org.sat4j.specs.IVec<Evaluable> vars) throws org.sat4j.specs.ContradictionException
toClause
in interface Clausifiable
org.sat4j.specs.ContradictionException
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.