Minizinc User manual 3.5.13 states:
A search annotation (see
Search) can be useful,
however allowing OR-Tools to mix the prescribed strategy with its own (option
-f) usually is best,
analogously to Chuffed.
***********************************
Which search strategy does the option -f correspond to?
Which subsolver follows this strategy?
In sat_parameters, the following options are available.
AUTOMATIC_SEARCH = 0;
FIXED_SEARCH = 1;
PORTFOLIO_SEARCH = 2;
LP_SEARCH = 3;
PSEUDO_COST_SEARCH = 4;
PORTFOLIO_WITH_QUICK_RESTART_SEARCH = 5;
HINT_SEARCH = 6;
PARTIAL_FIXED_SEARCH = 7;
RANDOMIZED_SEARCH = 8;