Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIWO
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christian Müller
NIWO
Commits
bed7ccbd
Commit
bed7ccbd
authored
Apr 18, 2019
by
Christian Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add ts output
parent
ca549501
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/main/scala/de/tum/niwo/Utils.scala
src/main/scala/de/tum/niwo/Utils.scala
+5
-1
No files found.
src/main/scala/de/tum/niwo/Utils.scala
View file @
bed7ccbd
...
...
@@ -7,7 +7,7 @@ import java.io.PrintWriter
import
de.tum.niwo.toz3.Z3BSFO
import
com.typesafe.scalalogging.LazyLogging
import
de.tum.niwo.graphs.
WFGraphEncoding
import
de.tum.niwo.graphs.
{
TSGraphEncoding
,
WFGraphEncoding
}
import
de.tum.niwo.invariants.
{
InvProperties
,
InvariantChecker
}
object
Utils
extends
LazyLogging
{
...
...
@@ -98,7 +98,11 @@ object Utils extends LazyLogging {
val
elabdot
=
WFGraphEncoding
.
toDot
(
graph
)(
Map
(),
Set
())
Utils
.
write
(
name
,
s
"${filenames}_workflow.dot"
,
elabdot
)
val
invspec
=
TSConverter
.
toInvariantSpec
(
spec
,
properties
,
inv
)
val
tsgraph
=
TSGraphEncoding
.
toGraph
(
invspec
.
ts
)
val
elabtsdot
=
TSGraphEncoding
.
toDot
(
tsgraph
)(
Map
(),
Set
())
Utils
.
write
(
name
,
s
"${filenames}_ts.dot"
,
elabtsdot
)
infer
(
name
,
desc
,
invspec
,
properties
)
}
...
...
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