Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
colibrics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
pub
colibrics
Commits
42a67170
"tests/libc/oracle/fc_libc.4.res.oracle" did not exist on "576e5202deab8c75ef34b3e33a0c463562ebd871"
Commit
42a67170
authored
3 years ago
by
Quentin Petitjean
Browse files
Options
Downloads
Patches
Plain Diff
Improve debug printing
parent
76bc3932
No related branches found
No related tags found
1 merge request
!15
Start of learning
Pipeline
#36119
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src_colibri2/solver/scheduler.ml
+3
-3
3 additions, 3 deletions
src_colibri2/solver/scheduler.ml
with
3 additions
and
3 deletions
src_colibri2/solver/scheduler.ml
+
3
−
3
View file @
42a67170
(************************************************************************
*
)
(************************************************************************)
(* This file is part of Colibri2. *)
(* This file is part of Colibri2. *)
(* *)
(* *)
(* Copyright (C) 2014-2021 *)
(* Copyright (C) 2014-2021 *)
...
@@ -265,7 +265,7 @@ let run_one_step_propagation_l t =
...
@@ -265,7 +265,7 @@ let run_one_step_propagation_l t =
Egraph
.
Backtrackable
.
run_daemon
d
att
;
Egraph
.
Backtrackable
.
run_daemon
d
att
;
true
true
|
Some
(
_
)
->
true
|
Some
(
_
)
->
true
|
None
->
Debug
.
dprintf0
debug
"Impossible"
;
|
None
->
Debug
.
dprintf0
debug
"
[Learning]
Impossible"
;
raise
ReachStepLimit
raise
ReachStepLimit
end
end
end
end
...
@@ -276,7 +276,7 @@ let run_one_step_propagation_l t =
...
@@ -276,7 +276,7 @@ let run_one_step_propagation_l t =
true
end
true
end
end
end
|
None
->
|
None
->
Debug
.
dprintf0
debug
"Impossible"
;
Debug
.
dprintf0
debug
"
[Learning]
Impossible"
;
raise
ReachStepLimit
raise
ReachStepLimit
let
run_one_step_l
t
=
let
run_one_step_l
t
=
...
...
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