Open GoogleCodeExporter opened 9 years ago
More info from duplicate Issue 333:
This will be used during constrained refinement to choose better splits: after
determining that a split that globally satisfies the invariant does not exist,
we will now search for splits that satisfy the invariant locally in this
subgraph.
This will require a local version of FsmModelChecker.getCounterExample(...) and
FsmModelChecker.runChecker(...) which will be very similar to their existing
counterparts, almost certainly meaning a refactoring will be necessary. The
only difference will be that ConstrainedTracingSet.setInitial(...) will be
called on the starting partition rather than the initial node, and model
checking needs to stop after reaching the ending partition rather than the
terminal node.
Original comment by tonyohm...@gmail.com
on 1 Oct 2013 at 9:43
Issue 333 has been merged into this issue.
Original comment by tonyohm...@gmail.com
on 1 Oct 2013 at 9:44
Original issue reported on code.google.com by
tonyohm...@gmail.com
on 10 Sep 2013 at 7:25