Uses of Interface
de.rwth.swc.coffee4j.engine.conflict.InternalExplanation
-
Packages that use InternalExplanation Package Description de.rwth.swc.coffee4j.engine.conflict de.rwth.swc.coffee4j.engine.conflict.explanation -
-
Uses of InternalExplanation in de.rwth.swc.coffee4j.engine.conflict
Classes in de.rwth.swc.coffee4j.engine.conflict that implement InternalExplanation Modifier and Type Class Description classInternalConflictSetclassInternalDiagnosisSetsclassInternalInconsistentBackgroundclassInternalUnknownExplanationMethods in de.rwth.swc.coffee4j.engine.conflict that return InternalExplanation Modifier and Type Method Description InternalExplanationInternalMissingInvalidTuple. getExplanation()Constructors in de.rwth.swc.coffee4j.engine.conflict with parameters of type InternalExplanation Constructor Description InternalMissingInvalidTuple(int negatedErrorConstraintId, int[] involvedParameters, int[] missingValues, InternalExplanation explanation) -
Uses of InternalExplanation in de.rwth.swc.coffee4j.engine.conflict.explanation
Methods in de.rwth.swc.coffee4j.engine.conflict.explanation that return types with arguments of type InternalExplanation Modifier and Type Method Description java.util.Optional<InternalExplanation>ConflictExplainer. getMinimalConflict(ChocoModel model, int[] background, int[] relaxable)java.util.Optional<InternalExplanation>NoConflictExplainer. getMinimalConflict(ChocoModel model, int[] background, int[] relaxable)java.util.Optional<InternalExplanation>QuickConflictExplainer. getMinimalConflict(ChocoModel model, int[] background, int[] relaxable)Finds a preferred explanation for an over-constrained CSP
-