infer
Class InferMAP

java.lang.Object
  extended by infer.Infer
      extended by infer.InferMAP

public class InferMAP
extends Infer

The main entrance to MAP inference. Two algorithms are supported: SweepSAT and WalkSAT.


Field Summary
 
Fields inherited from class infer.Infer
db, grounding, mln, options
 
Constructor Summary
InferMAP()
           
 
Method Summary
 void run(CommandOptions opt)
           
 
Methods inherited from class infer.Infer
cleanUp, ground, loadMLN, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InferMAP

public InferMAP()
Method Detail

run

public void run(CommandOptions opt)