protected abstract void |
AbstractILPInference.addConstraints(ILPSolver xmp,
InferenceVariableLexManager variableManager) |
protected abstract void |
AbstractILPInference.addVariables(ILPSolver xmp,
InferenceVariableLexManager variableManager) |
abstract List<ILPConstraint> |
ILPConstraintGenerator.getILPConstraints(edu.illinois.cs.cogcomp.sl.core.IInstance x,
InferenceVariableLexManager variables) |
protected abstract T |
AbstractILPInference.getOutput(ILPSolver xmp,
InferenceVariableLexManager variableManager) |
edu.illinois.cs.cogcomp.sl.core.IStructure |
ILPOutputGenerator.getOutput(ILPSolver xmp,
InferenceVariableLexManager variableManager,
edu.illinois.cs.cogcomp.sl.core.IInstance ins) |
abstract List<ILPConstraint> |
ILPConstraintGenerator.getViolatedILPConstraints(edu.illinois.cs.cogcomp.sl.core.IInstance x,
edu.illinois.cs.cogcomp.sl.core.IStructure y,
InferenceVariableLexManager variables)
The subset of constraints that are violated.
|
protected void |
AbstractILPInference.initializeSolver(ILPSolver xmp,
InferenceVariableLexManager variableManager) |
protected void |
AbstractILPInference.printDebugInfo(ILPSolver xmp,
InferenceVariableLexManager variableManager) |
void |
JLISCuttingPlaneILPSolverGurobi.setVariableManager(InferenceVariableLexManager variables) |