Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Spot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
117
Issues
117
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spot
Spot
Commits
9c922252
Commit
9c922252
authored
Aug 21, 2015
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/tests/ltl2dstar.test: Fix for recent change to ltlcross.
parent
60bd1400
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
src/tests/ltl2dstar.test
src/tests/ltl2dstar.test
+3
-5
No files found.
src/tests/ltl2dstar.test
View file @
9c922252
...
...
@@ -58,17 +58,15 @@ $ltlcross -F - -f 'GFa & GFb & GFc' -f '(GFa -> GFb) & (GFc -> GFd)' \
--
csv
=
out
.
csv
# A bug in ltlcross <=1.2.5 caused it to not use the complement of the
# negative automaton. So running ltlcross with GFa would check one
# complement (the positive one), but running with FGa would ignore
# the negative complement.
# negative automaton.
$ltlcross
-
f
'GFa'
--
verbose
\
"ltl2dstar
$RAB
--ltl2nba=spin:
$ltl2tgba
@-s %L %D"
\
"ltl2dstar
$STR
--ltl2nba=spin:
$ltl2tgba
@-s %L %D"
2
>
err
test
`grep -c 'info: check_empty.*Comp' err`
=
1
test
`grep -c 'info: check_empty.*Comp' err`
=
2
$ltlcross
-
f
'FGa'
--
verbose
\
"ltl2dstar
$RAB
--ltl2nba=spin:
$ltl2tgba
@-s %L %D"
\
"ltl2dstar
$STR
--ltl2nba=spin:
$ltl2tgba
@-s %L %D"
2
>
err
test
`grep -c 'info: check_empty.*Comp' err`
=
1
test
`grep -c 'info: check_empty.*Comp' err`
=
2
# Make sure ltldo preserve the Rabin acceptance by default
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment