Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
08a32ec0
Commit
08a32ec0
authored
Feb 06, 2020
by
Sylvain Soliman
Browse files
unbreaking validity_domain
parent
07c43fde
Changes
1
Hide whitespace changes
Inline
Side-by-side
foltl.pl
View file @
08a32ec0
...
...
@@ -381,7 +381,7 @@ delete_ltl_pattern(FunctorSet) :-
validity_domain
(
Formula
,
Domain
)
:-
compute_domain
(
'ppl_validity_domain.cc'
,
Formula
,
none
,
DomainRaw
),
compute_domain
(
'ppl_validity_domain.cc'
,
Formula
,
none
,
DomainRaw
,
standard
),
reformat_domain
(
DomainRaw
,
Domain
).
...
...
Write
Preview
Supports
Markdown
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