public interface Encoding
| Modifier and Type | Method and Description |
|---|---|
void |
onFinish(org.sat4j.specs.ISolver solver,
org.sat4j.specs.IVec<Var> scope) |
void |
onInit(org.sat4j.specs.ISolver solver,
org.sat4j.specs.IVec<Var> scope) |
void |
onNogood(org.sat4j.specs.ISolver solver,
org.sat4j.specs.IVec<Var> scope,
Map<Evaluable,Integer> tuple) |
void |
onSupport(org.sat4j.specs.ISolver solver,
org.sat4j.specs.IVec<Var> scope,
Map<Evaluable,Integer> tuple) |
void onInit(org.sat4j.specs.ISolver solver,
org.sat4j.specs.IVec<Var> scope)
void onNogood(org.sat4j.specs.ISolver solver,
org.sat4j.specs.IVec<Var> scope,
Map<Evaluable,Integer> tuple)
throws org.sat4j.specs.ContradictionException
org.sat4j.specs.ContradictionExceptionvoid onSupport(org.sat4j.specs.ISolver solver,
org.sat4j.specs.IVec<Var> scope,
Map<Evaluable,Integer> tuple)
throws org.sat4j.specs.ContradictionException
org.sat4j.specs.ContradictionExceptionvoid onFinish(org.sat4j.specs.ISolver solver,
org.sat4j.specs.IVec<Var> scope)
throws org.sat4j.specs.ContradictionException
org.sat4j.specs.ContradictionExceptionCopyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.