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
3b4cc30e
Commit
3b4cc30e
authored
2 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
[Debug] align some log
parent
2309a0fd
No related branches found
No related tags found
1 merge request
!25
[Quant] Substitute by prefering existing terms to new equal one
Changes
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 @
3b4cc30e
...
...
@@ -310,7 +310,7 @@ let push kind t =
(** Go to and remove the backtrack point *)
let
pop_to
t
prev
=
Debug
.
dprintf4
debug_pushpop
"[Scheduler] pop from %a
: %a"
print_level
t
Debug
.
dprintf4
debug_pushpop
"[Scheduler] pop
from %a: %a"
print_level
t
print_position_in_tree
t
;
t
.
prev_scheduler_state
<-
prev
.
pre_prev_scheduler_state
;
t
.
level
<-
prev
.
pre_level
;
...
...
@@ -321,7 +321,7 @@ let pop_to t prev =
|
[]
->
[
min_int
]
|
i
::
l
->
(
i
+
1
)
::
l
);
Backtrackable
.
draw_graph
t
.
solver_state
;
Debug
.
dprintf4
debug_pushpop
"[Scheduler] pop to %a: %a"
print_level
t
Debug
.
dprintf4
debug_pushpop
"[Scheduler] pop
to %a: %a"
print_level
t
print_position_in_tree
t
(** only fix model *)
...
...
@@ -555,7 +555,6 @@ let[@inline always] protect_against_contradiction ~no_learning t f g =
|
r
->
g
r
let
run_one_step_propagation
~
nodec
t
=
Debug
.
incr
stats_step
;
match
Context
.
TimeWheel
.
next
t
.
daemons
with
|
Some
att
->
Debug
.
incr
stats_propa
;
...
...
@@ -626,6 +625,7 @@ let run_one_step_fix_model ~nodec t =
let
run_one_step
~
nodec
t
=
t
.
steps
<-
t
.
steps
+
1
;
Debug
.
incr
stats_step
;
Debug
.
dprintf1
debug
"[Scheduler] Step %i"
t
.
steps
;
match
Context
.
Ref
.
get
t
.
solve_step
with
|
Propagate
->
(
...
...
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