|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchord.bddbddb.Solver
public class Solver
Interface to bddbddb's BDD-based Datalog solver.
| Constructor Summary | |
|---|---|
Solver()
|
|
| Method Summary | |
|---|---|
static void |
run(java.lang.String fileName)
Runs bddbddb's BDD-based Datalog solver on the specified Datalog program. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Solver()
| Method Detail |
|---|
public static void run(java.lang.String fileName)
The maximum amount of memory available to the solver at run-time can be specified by the user via system property bddbddb.max.heap.size (default is 1024m).
fileName - A file containing a Datalog program.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||