|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.unitn.disi.smatch.deciders.openSAT
public class openSAT
OpenSAT-based solver.
| Field Summary | |
|---|---|
static int |
hits
|
| Constructor Summary | |
|---|---|
openSAT()
|
|
| Method Summary | |
|---|---|
boolean |
isSatisfiable(java.lang.String input)
Checks whether input string in DIMACS format is satisfiable. |
static void |
reportStats()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int hits
| Constructor Detail |
|---|
public openSAT()
| Method Detail |
|---|
public boolean isSatisfiable(java.lang.String input)
throws SMatchException
ISATSolver
isSatisfiable in interface ISATSolverinput - problem in DIMACS format
SMatchExceptionpublic static void reportStats()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||