Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
4eecf3ae
Commit
4eecf3ae
authored
Oct 23, 2015
by
POTTIER Francois
Browse files
Disabled the creation of lr.csv.
parent
befe0f17
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/back.ml
View file @
4eecf3ae
...
...
@@ -9,8 +9,8 @@ let () =
let
module
L
=
LRijkstra
.
Run
(
struct
(* Undocumented: if [--log-automaton 2] is set, be verbose. *)
let
verbose
=
Settings
.
logA
>=
2
(*
TEMPORARY
*)
let
statistics
=
if
verbo
se
then
Some
"lr.csv"
else
None
(*
For my own purposes, LRijstra can print one line of statistics to a .csv file.
*)
let
statistics
=
if
fal
se
then
Some
"lr.csv"
else
None
end
)
in
exit
0
end
...
...
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