acc_code: parse from the constructor
* spot/twa/acc.hh, spot/twa/acc.cc (parse_acc_code): Rename as... (acc_cond::acc_code): ... this, making it a lot easier to build acceptance conditions from strings. * NEWS: Mention the change. * spot/twaalgos/dtwasat.cc, spot/bin/randaut.cc, spot/tests/acc.cc: Adjust. * wrap/python/tests/acc_cond.ipynb, wrap/python/tests/accparse.ipynb, wrap/python/tests/accparse2.py: Simplify, but not completely to exercise all variants. * wrap/python/spot_impl.i: Make acc_code's constructor implicit.
This commit is contained in:
parent
d0b29051b2
commit
df1ef302e8
10 changed files with 189 additions and 133 deletions
|
|
@ -1313,7 +1313,7 @@ namespace spot
|
|||
if (!accstr.empty())
|
||||
{
|
||||
user_supplied_acc = true;
|
||||
target_acc = parse_acc_code(accstr.c_str());
|
||||
target_acc = acc_cond::acc_code(accstr.c_str());
|
||||
// Just in case we were given something like
|
||||
// Fin(1) | Inf(3)
|
||||
// Rewrite it as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue