|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReductionStrategy
Strategy for reducing the unsatisfiable core of
a SATProver
.
SATProver.reduce(ReductionStrategy)
#traces = #nexts |
no disj i,j: [0..#nexts) | traces[i] = traces[j] && nexts[i] = nexts[j] |
traces: ResolutionTrace[] |
nexts: IntSet[] |
Method Summary | |
---|---|
IntSet |
next(ResolutionTrace trace)
Returns the next subtrace of the specified trace to be analyzed, given as a set of indices into the trace. |
Method Detail |
---|
IntSet next(ResolutionTrace trace)
|
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |