Solving Constraint Integer Programs
reoptsols primal heuristic
template file for primal heuristic plugins
Definition in file heur_reoptsols.h.
#include "scip/scip.h"
Go to the source code of this file.
Definition at line 302 of file heur_reoptsols.c.
References HEUR_NAME, NULL, SCIPfindHeur(), and SCIPheurGetData().
Definition at line 321 of file heur_reoptsols.c.
creates the reoptsols primal heuristic and includes it in SCIP
Definition at line 340 of file heur_reoptsols.c.
References HEUR_DESC, HEUR_DISPCHAR, HEUR_FREQ, HEUR_FREQOFS, HEUR_MAXDEPTH, HEUR_NAME, HEUR_PRIORITY, HEUR_TIMING, HEUR_USESSUBSCIP, heurExitReoptsols, heurExitsolReoptsols, heurInitsolReoptsols, NULL, SCIP_CALL, SCIP_OKAY, SCIPaddIntParam(), SCIPallocMemory, SCIPincludeHeurBasic(), SCIPsetHeurCopy(), SCIPsetHeurExit(), SCIPsetHeurExitsol(), SCIPsetHeurFree(), SCIPsetHeurInit(), SCIPsetHeurInitsol(), and TRUE.
Referenced by SCIP_DECL_HEURCOPY(), and SCIPincludeDefaultPlugins().