Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
2ed07475
Commit
2ed07475
authored
Jul 02, 2003
by
Alexandre Duret-Lutz
Browse files
typo
parent
dfe74f31
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgba/succiterconcrete.cc
View file @
2ed07475
...
...
@@ -137,7 +137,7 @@ namespace spot
// Pick and remove one satisfaction from trans_set_left_.
bdd
cube
=
bdd_satone
(
trans_set_left_
);
trans_set_left_
&=
!
cube
;
// Let this cube grow as much as possible
// Let this cube grow as much as possible
.
// (e.g., cube "(!a)&b" taken from "a | (!a)&b" can
// be simplified to "b").
cube
=
bdd_simplify
(
cube
,
cube
|
neg_trans_set_
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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