Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIWO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
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
Christian Müller
NIWO
Commits
8542dd8d
Commit
8542dd8d
authored
Jul 11, 2017
by
Christian Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finite sorts
parent
37bd0626
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/test/scala/de/tum/workflows/ltl/tests/Z3Test.scala
src/test/scala/de/tum/workflows/ltl/tests/Z3Test.scala
+1
-1
No files found.
src/test/scala/de/tum/workflows/ltl/tests/Z3Test.scala
View file @
8542dd8d
...
...
@@ -154,7 +154,7 @@ class Z3Test extends FlatSpec with LazyLogging {
logger
.
info
(
s
"Using universe $universe"
)
val
quantfree
=
LTL
.
eliminateUniversals
(
res
,
agents
)
//
val ltlprop = LTL.eliminatePredicates(quantfree)
val
ltlprop
=
LTL
.
eliminatePredicates
(
quantfree
)
val
mapped
=
agents
.
groupBy
(
v
=>
v
.
typ
)
val
ctx
=
new
Context
()
...
...
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