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

Detailed Description

primal heuristic that solves the problem with a sparser matrix as a submip

Author
Leon Eifler

Definition in file heur_redsize.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeHeurRedsize (SCIP *scip)

Function Documentation

◆ SCIPincludeHeurRedsize()

SCIP_RETCODE SCIPincludeHeurRedsize ( SCIP * scip)

creates the fuzzy rounding primal heuristic and includes it in SCIP

creates the oneopt primal heuristic and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 381 of file heur_redsize.c.

References assert(), DEFAULT_REDUCTIONRATE, FALSE, HEUR_DESC, HEUR_DISPCHAR, HEUR_FREQ, HEUR_FREQOFS, HEUR_MAXDEPTH, HEUR_NAME, HEUR_PRIORITY, HEUR_TIMING, HEUR_USESSUBSCIP, heurdata, NULL, SCIP_CALL, SCIP_OKAY, SCIPaddRealParam(), SCIPallocBlockMemory, SCIPincludeHeurBasic(), SCIPsetHeurCopy(), and SCIPsetHeurFree().

Referenced by SCIP_DECL_HEURCOPY(), and SCIPincludeCycPlugins().