•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
pub_heur.h File Reference
Detailed Description
public methods for primal heuristics
Definition in file pub_heur.h.
#include "scip/def.h"
#include "scip/type_heur.h"
#include "scip/type_misc.h"
#include "scip/type_retcode.h"
#include "scip/type_scip.h"
#include "scip/type_sol.h"
#include "scip/type_timing.h"
#include "scip/type_var.h"
Go to the source code of this file.
Function Documentation
◆ SCIPdivesetGetHeur()
SCIP_HEUR* SCIPdivesetGetHeur | ( | SCIP_DIVESET * | diveset | ) |
get the heuristic to which this diving setting belongs
- Parameters
-
diveset diving settings
Definition at line 325 of file heur.c.
References SCIP_Diveset::heur.
◆ SCIPdivesetGetWorkSolution()
SCIP_SOL* SCIPdivesetGetWorkSolution | ( | SCIP_DIVESET * | diveset | ) |
get the working solution of this dive set
- Parameters
-
diveset diving settings
Definition at line 333 of file heur.c.
References NULL, and SCIP_Diveset::sol.
◆ SCIPdivesetSetWorkSolution()
void SCIPdivesetSetWorkSolution | ( | SCIP_DIVESET * | diveset, |
SCIP_SOL * | sol | ||
) |
set the working solution for this dive set
- Parameters
-
diveset diving settings sol new working solution for this dive set, or NULL
Definition at line 343 of file heur.c.
References NULL, and SCIP_Diveset::sol.
Referenced by SCIPperformGenericDivingAlgorithm().