Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sasa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
verimag
synchrone
sasa
Commits
8763af76
You need to sign in or sign up before continuing.
Commit
8763af76
authored
4 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
Make sure all sasa output are preceed by a rif comment so that sim2chro works
parent
ae201309
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sasaMain.ml
+2
-2
2 additions, 2 deletions
src/sasaMain.ml
with
2 additions
and
2 deletions
src/sasaMain.ml
+
2
−
2
View file @
8763af76
...
@@ -137,7 +137,7 @@ let (simustep: int -> int -> SasArg.t -> string ->
...
@@ -137,7 +137,7 @@ let (simustep: int -> int -> SasArg.t -> string ->
raise
(
Legitimate
(
n
-
i
))
raise
(
Legitimate
(
n
-
i
))
|
Some
ff
->
|
Some
ff
->
print_step
n
i
pot
args
e
pl
activate_val
enab_ll
;
print_step
n
i
pot
args
e
pl
activate_val
enab_ll
;
let
str
=
if
args
.
rif
then
"#"
else
""
in
let
str
=
if
args
.
rif
then
"#"
else
"
#
"
in
Printf
.
eprintf
Printf
.
eprintf
"
\n
%sThis algo reached a legitimate configuration after %i move%s, %i step%s, %i round%s.
\n
"
"
\n
%sThis algo reached a legitimate configuration after %i move%s, %i step%s, %i round%s.
\n
"
str
!
moves
(
plur
!
moves
)
(
n
-
i
)
(
plur
(
n
-
i
))
!
rounds
(
plur
!
rounds
);
str
!
moves
(
plur
!
moves
)
(
n
-
i
)
(
plur
(
n
-
i
))
!
rounds
(
plur
!
rounds
);
...
@@ -204,7 +204,7 @@ let () =
...
@@ -204,7 +204,7 @@ let () =
let
str
=
if
args
.
rif
then
"#"
else
""
in
let
str
=
if
args
.
rif
then
"#"
else
""
in
Printf
.
printf
Printf
.
printf
"
\n
%s%sThis algo reached a legitimate configuration after %i move%s, %i step%s, %i round%s.
\n
%!"
"
\n
%s%sThis algo reached a legitimate configuration after %i move%s, %i step%s, %i round%s.
\n
%!"
(
if
args
.
rif
then
"#"
else
""
)
(
if
args
.
rif
then
"#"
else
"
#
"
)
str
!
moves
(
plur
!
moves
)
i
(
plur
i
)
!
rounds
(
plur
!
rounds
);
str
!
moves
(
plur
!
moves
)
i
(
plur
i
)
!
rounds
(
plur
!
rounds
);
flush
stderr
;
flush
stderr
;
flush
stdout
;
flush
stdout
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment