|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeoutException | |
|---|---|
| org.sat4j.minisat.core | Implementation of the MiniSAT solver skeleton. |
| org.sat4j.specs | Those classes are intented for users dealing with SAT solvers as blackboxes. |
| org.sat4j.tools | Tools to be used on top of an ISolver. |
| Uses of TimeoutException in org.sat4j.minisat.core |
|---|
| Methods in org.sat4j.minisat.core that throw TimeoutException | |
|---|---|
boolean |
Solver.isSatisfiable()
|
boolean |
Solver.isSatisfiable(IVecInt assumps)
|
| Uses of TimeoutException in org.sat4j.specs |
|---|
| Methods in org.sat4j.specs that throw TimeoutException | |
|---|---|
boolean |
IProblem.isSatisfiable()
Check the satisfiability of the set of constraints contained inside the solver. |
boolean |
IProblem.isSatisfiable(IVecInt assumps)
Check the satisfiability of the set of constraints contained inside the solver. |
| Uses of TimeoutException in org.sat4j.tools |
|---|
| Methods in org.sat4j.tools that throw TimeoutException | |
|---|---|
static IVecInt |
RemiUtils.backbone(ISolver s)
Compute the set of literals common to all models of the formula. |
long |
SolutionCounter.countSolutions()
|
boolean |
ModelIterator.isSatisfiable()
|
boolean |
SolverDecorator.isSatisfiable()
|
boolean |
ModelIterator.isSatisfiable(IVecInt assumps)
|
boolean |
SolverDecorator.isSatisfiable(IVecInt assumps)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||