* src/tgba/tgbacomplement.cc: Move functions related to
shared_ptr on states... * src/tgba/state.hh: ... here. * src/tgbatest/complementation.test: Do not apply some tests on the new algorithm because it takes to much time to run.
This commit is contained in:
parent
d6e22c0674
commit
6d18623e4b
4 changed files with 114 additions and 110 deletions
|
|
@ -32,6 +32,12 @@ GFa
|
|||
FGa
|
||||
<>p1->(p0Up1)
|
||||
[](p0-><>p3)
|
||||
a U b
|
||||
EOF
|
||||
|
||||
while read f; do
|
||||
run 0 ../complement -S -f "$f"
|
||||
done <<EOF
|
||||
GFa&&FGa
|
||||
[] ((p2 && ! p1) -> (p0 U (p1 || [] p0)))
|
||||
[] (p2 -> ((! p0 && ! p1) U (p1 || ((p0 && ! p1) U (p1 || ((! p0 && ! p1) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue