Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
i7
peregrine
Commits
ddea4d17
Commit
ddea4d17
authored
May 19, 2014
by
Philipp Meyer
Browse files
Removed unneeded constraint for checking closure
parent
bdde204b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Solver/SComponent.hs
View file @
ddea4d17
...
...
@@ -46,7 +46,7 @@ checkClosed net ax m =
[(
t
,
t'
)
|
t
<-
pre
net
p
,
t'
<-
post
net
p
,
cElem
ax
t
,
cElem
ax
t'
])
checkTransition
(
t
,
t'
)
=
mElem
m
(
prime
t
)
&&&
mElem
m
t'
==>
mElem
m
(
prime
t'
)
mElem
m
(
prime
t
)
==>
mElem
m
(
prime
t'
)
checkTokens
::
PetriNet
->
ModelSI
->
SBool
checkTokens
net
m
=
...
...
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