Dear all,
I am using ortools 9.14.6206. I created a cpmodel to resolve job scheduling problem with hinter solution.
The hinter solution succeed in preload. It also looks good during the first few searches, but soon it throws me the error of "heuristics.fixed_search != nullptr". Do you know what problem will cause this issue and how to fix it?
Thanks.
""""""""""""
Preloading model.
#Bound 2.72s best:inf next:[61650,4000830] initial_domain
#1 2.72s best:924900 next:[61650,924885] complete_hint
#Model 2.73s var:8333/8333 constraints:12695/12695
Starting search at 2.73s with 8 workers.
6 full problem subsolvers: [core, default_lp, max_lp_sym, no_lp, quick_restart, reduced_costs]
2 first solution subsolvers: [fj, fs_random_no_lp]
13 interleaved subsolvers: [feasibility_pump, graph_arc_lns, graph_cst_lns, graph_dec_lns, graph_var_lns, ls, rins/rens, rnd_cst_lns, rnd_var_lns, scheduling_intervals_lns, scheduling_precedences_lns, scheduling_resource_windows_lns, scheduling_time_window_lns]
3 helper subsolvers: [neighborhood_helper, synchronization_agent, update_gap_integral]
1 ignored subsolver: [fixed]
#2 2.95s best:922320 next:[61650,922305] rnd_cst_lns (d=5.00e-01 s=7 t=0.10 p=0.00 stall=0 h=base)
#3 5.16s best:801825 next:[61650,801810] graph_arc_lns (d=5.00e-01 s=9 t=0.10 p=0.00 stall=0 h=base)
#4 6.06s best:770775 next:[61650,770760] graph_cst_lns (d=5.00e-01 s=10 t=0.10 p=0.00 stall=0 h=base) [combined with: graph_arc_lns (d=5.0...]
#5 6.44s best:723330 next:[61650,723315] scheduling_time_window_lns (d=5.00e-01 s=13 t=0.10 p=0.00 stall=0 h=base)
#6 6.98s best:710295 next:[61650,710280] scheduling_resource_windows_lns (d=5.00e-01 s=14 t=0.10 p=0.00 stall=0 h=base)
#7 10.37s best:626130 next:[61650,626115] scheduling_intervals_lns (d=5.00e-01 s=12 t=0.10 p=0.00 stall=0 h=base)
#8 12.13s best:622830 next:[61650,622815] rnd_var_lns (d=7.07e-01 s=18 t=0.10 p=1.00 stall=1 h=base)
#9 14.20s best:567885 next:[61650,567870] rnd_cst_lns (d=7.07e-01 s=24 t=0.10 p=1.00 stall=0 h=base)
#10 14.35s best:567855 next:[61650,567840] ls_restart_decay_compound_perturb(batch:1 lin{mvs:0 evals:12} gen{mvs:40 evals:1'044} comp{mvs:6 btracks:17} #w_updates:0 #perturb:0)
Check failed: heuristics.fixed_search != nullptr
*** Check failure stack trace: ***
""""""""""""