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
84a2fc7f
Commit
84a2fc7f
authored
Mar 31, 2016
by
Maximilien Colange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the option to automatically bound the input automaton.
parent
423341f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/options.ml
src/options.ml
+0
-5
No files found.
src/options.ml
View file @
84a2fc7f
...
...
@@ -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
)
...
...
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