SCIP Doxygen Documentation
Loading...
Searching...
No Matches
heur_cyckerlin.h File Reference

Detailed Description

Improvement heuristic that trades bin-variables between clusters.

Author
Leon Eifler

Definition in file heur_cyckerlin.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeHeurCycKerlin (SCIP *scip)
SCIP_RETCODE addCandSolCyckerlin (SCIP *scip, SCIP_SOL *sol)

Function Documentation

◆ SCIPincludeHeurCycKerlin()

SCIP_RETCODE SCIPincludeHeurCycKerlin ( SCIP * scip)

◆ addCandSolCyckerlin()

SCIP_RETCODE addCandSolCyckerlin ( SCIP * scip,
SCIP_SOL * sol )

External method that adds a solution to the list of candidate-solutions that should be improved

external method that adds a solution to the list of candidate-solutions that should be improved

Parameters
scipSCIP data structure
solthe given solution

Definition at line 65 of file heur_cyckerlin.c.

References assert(), heurdata, NULL, SCIP_CALL, SCIP_Longint, SCIP_OKAY, SCIPfindHeur(), SCIPheurGetData(), SCIPreallocMemoryArray, and sol.

Referenced by SCIP_DECL_EVENTEXEC().