public interface Reasoner extends GroundKernelStore
Modifier and Type | Method and Description |
---|---|
void |
close()
Releases all resources acquired by this Reasoner.
|
void |
optimize()
Minimizes the total weighted incompatibility of the this Reasoner's
GroundCompatibilityKernels such that the infeasibility of its
GroundConstraintKernels is (close to) zero by optimizing the
RandomVariableAtoms.
|
addGroundKernel, changedGroundKernel, changedGroundKernelWeight, changedGroundKernelWeights, containsGroundKernel, getCompatibilityKernels, getConstraintKernels, getGroundKernel, getGroundKernels, getGroundKernels, removeGroundKernel, size
void optimize()
void close()