* src/tgbaalgos/magic.hh, src/tgbaalgos/magic.cc (magic_search):
Record the acceptance conditions in the accepting run. * src/tgbaalgos/replayrun.cc (replay_tgba_run): Fix logic.
This commit is contained in:
parent
7819f14db2
commit
35a286ba41
4 changed files with 71 additions and 61 deletions
|
|
@ -92,7 +92,8 @@ namespace spot
|
|||
typedef std::list<state_iter_pair> stack_type;
|
||||
stack_type stack; ///< Stack of visited states on the path.
|
||||
|
||||
typedef std::list<bdd> tstack_type;
|
||||
typedef std::pair<bdd, bdd> tstack_item;
|
||||
typedef std::list<tstack_item> tstack_type;
|
||||
/// \brief Stack of transitions.
|
||||
///
|
||||
/// This is an addition to the data from the paper.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue