dot, hoa: default to "k" for kripke structure
* spot/twaalgos/dot.cc, spot/twaalgos/hoa.cc: If a Kripke structure is passed, automatically enable the "k" option. * tests/core/parse_print_test.cc, tests/ltsmin/modelcheck.cc, tests/python/ltsmin.ipynb: Remove the explicit use of "k". * NEWS: Mention the change.
This commit is contained in:
parent
a9b4560f3d
commit
02b5460b91
6 changed files with 155 additions and 126 deletions
|
|
@ -44,7 +44,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
if (!paut->ks)
|
||||
break;
|
||||
print_hoa(std::cout, paut->ks, "k");
|
||||
print_hoa(std::cout, paut->ks);
|
||||
}
|
||||
return return_value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue