|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.bddbddb.Solver
net.sf.bddbddb.LSSolver
public class LSSolver
LSSolver
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sf.bddbddb.Solver |
|---|
Solver.MyReader |
| Field Summary |
|---|
| Fields inherited from class net.sf.bddbddb.Solver |
|---|
err, out, startTime |
| Constructor Summary | |
|---|---|
LSSolver()
|
|
| Method Summary | |
|---|---|
void |
cleanup()
Clean up the solver, freeing the memory associated with it. |
Relation |
createRelation(java.lang.String name,
java.util.List attributes)
Create a new relation. |
void |
finish()
Called after solving. |
void |
solve()
Solve the rules. |
| Methods inherited from class net.sf.bddbddb.Solver |
|---|
addBDDLibraryToClasspath, addSaveHook, clear, doCallbacks, execSolver, getBaseDir, getComparisonRelations, getDomain, getIterationFlowGraph, getNumberOfRelations, getRelation, getRelation, getRelations, getRelationsToLoad, getRelationsToSave, getRule, getRule, getRules, getRuleThatContains, initialize, load, load, main, main2, printUsage, run, save, stratify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LSSolver()
| Method Detail |
|---|
public Relation createRelation(java.lang.String name,
java.util.List attributes)
Solver
createRelation in class Solvername - name of relationattributes - attributes of relation
public void solve()
Solver
solve in class Solverpublic void finish()
Solver
finish in class Solverpublic void cleanup()
Solver
cleanup in class Solver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||