twaalgos: Improve data storage in SAT-minimization
* spot/misc/satsolver.hh: Make solver return vector<bool> instead of vector<int>. * spot/misc/satsolver.cc: Update code. * spot/priv/Makefile.am: Add satcommon.* * spot/priv/satcommon.hh: Declare helper class and factorize some duplicate code of dt*asat.cc * spot/priv/satcommon.cc: Implement helper class and factorize some duplicate code of dt*asat.cc * spot/twaalgos/dtbasat.cc: Declare helper, implement some functions in dict struct and update code. * spot/twaalgos/dtwasat.cc: Declare helper, implement some functions in dict struct and update code. * tests/core/readsat.cc: Update tests. * tests/core/satmin.test: Typo. * tests/core/satmin2.test: Update an expected result.
This commit is contained in:
parent
79f4c8e0d7
commit
9acd7370b2
10 changed files with 1282 additions and 1004 deletions
|
|
@ -37,7 +37,7 @@ ltlcross=ltlcross
|
|||
# (a U X!a) | XG(!b & XFc)
|
||||
# XXG(Fa U Xb)
|
||||
#
|
||||
# Those one where removed because they were too long in the "expected" file.
|
||||
# Those ones were removed because they were too long in the "expected" file.
|
||||
# We can not exceed 80 characters!
|
||||
#
|
||||
# p U (q & X(r & F(s & XF(u & XF(v & XFw)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue