public methods for primal heuristics
Definition in file pub_heur.h.
Go to the source code of this file.
| SCIP_HEUR* SCIPdivesetGetHeur | ( | SCIP_DIVESET * | diveset | ) |
get the heuristic to which this diving setting belongs
| diveset | diving settings |
Definition at line 319 of file heur.c.
References SCIP_Diveset::heur.
| SCIP_SOL* SCIPdivesetGetWorkSolution | ( | SCIP_DIVESET * | diveset | ) |
get the working solution of this dive set
| diveset | diving settings |
Definition at line 327 of file heur.c.
References NULL, and SCIP_Diveset::sol.
| void SCIPdivesetSetWorkSolution | ( | SCIP_DIVESET * | diveset, |
| SCIP_SOL * | sol | ||
| ) |
set the working solution for this dive set
| diveset | diving settings |
| sol | new working solution for this dive set, or NULL |
Definition at line 337 of file heur.c.
References NULL, and SCIP_Diveset::sol.
Referenced by SCIPperformGenericDivingAlgorithm().