|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.unitn.disi.smatch.deciders.SAT4J
public class SAT4J
| Constructor Summary | |
|---|---|
SAT4J()
|
|
| Method Summary | |
|---|---|
boolean |
isSatisfiable(java.lang.String input)
Checks whether input string in DIMACS format is satisfiable. |
static void |
main(java.lang.String[] args)
|
void |
model(java.lang.String input)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAT4J()
| Method Detail |
|---|
public boolean isSatisfiable(java.lang.String input)
ISATSolver
isSatisfiable in interface ISATSolverinput - problem in DIMACS format
public void model(java.lang.String input)
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||