|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfer.PGInfer
public class PGInfer
RDBM-based WalkSAT using PostgreSQL's stored procedures. WARNING: IT IS SLOW!
Constructor Summary | |
---|---|
PGInfer(Grounding g)
|
Method Summary | |
---|---|
double |
sweep(int maxTries,
int maxSteps)
Run SweepSAT in the RDBMS. |
double |
walk(int maxTries,
int maxSteps)
Run WalkSAT inside the RDBMS. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PGInfer(Grounding g)
Method Detail |
---|
public double sweep(int maxTries, int maxSteps)
maxTries
- maxSteps
- public double walk(int maxTries, int maxSteps)
maxTries
- maxSteps
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |