modelcheck: adjust default value for deadlock
* tests/ltsmin/modelcheck.cc: Here.
This commit is contained in:
parent
d2bde1af19
commit
c94d877c98
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ static int checked_main()
|
||||||
spot::emptiness_check_instantiator_ptr echeck_inst = nullptr;
|
spot::emptiness_check_instantiator_ptr echeck_inst = nullptr;
|
||||||
int exit_code = 0;
|
int exit_code = 0;
|
||||||
spot::postprocessor post;
|
spot::postprocessor post;
|
||||||
spot::formula deadf = spot::formula::tt();
|
spot::formula deadf = spot::formula::ff();
|
||||||
spot::formula f = nullptr;
|
spot::formula f = nullptr;
|
||||||
spot::timer_map tm;
|
spot::timer_map tm;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue