public class ClaferUnsat extends Object
minUnsat() xor unsatCore() at most once. If you
 need to invoke both, you need to two ClaferUnsat objects.| Modifier and Type | Method and Description | 
|---|---|
solver.Solver | 
getInternalSolver()  | 
Pair<Set<AstConstraint>,InstanceModel> | 
minUnsat()
Compute the minimal set of constraints that need to be removed before the
 model is satisfiable. 
 | 
Set<AstConstraint> | 
unsatCore()
Compute a small set of constraints that are mutually unsatisfiable. 
 | 
public solver.Solver getInternalSolver()
public Pair<Set<AstConstraint>,InstanceModel> minUnsat()
public Set<AstConstraint> unsatCore()
minUnsat(). Not guaranteed to be minimum.Copyright © 2013. All Rights Reserved.