Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tiamo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Maximilien COLANGE
tiamo
Commits
7e66225e
Commit
7e66225e
authored
Apr 01, 2016
by
Maximilien Colange
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into tests
parents
e31af3d8
5c1cb14e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
209 additions
and
152 deletions
+209
-152
src/options.ml
src/options.ml
+0
-5
src/uppaalta.ml
src/uppaalta.ml
+209
-147
No files found.
src/options.ml
View file @
7e66225e
...
...
@@ -143,11 +143,6 @@ struct
Arg
.
Unit
(
function
()
->
Costs
.
enable_cora
:=
true
)
,
" Enable CORA-syntax support for priced models (not activated by default)"
);
(
"-mbounded"
,
Arg
.
Unit
(
function
()
->
do_bound
:=
true
)
,
" Use the (global M)-bounded version of the input automaton.
\t
This induces a performance hit, but guarantees termination of algorithms when you are not sure whether the input automaton is bounded or not."
);
(
"-order"
,
Arg
.
String
(
function
|
"BFS"
->
walk_order
:=
(
module
Waiting
.
Walk_BFS
:
PARTIAL_WO
)
...
...
src/uppaalta.ml
View file @
7e66225e
This diff is collapsed.
Click to expand it.
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