All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heur_fixandinfer.h File Reference Detailed Descriptionfix-and-infer primal heuristic Definition in file heur_fixandinfer.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the fix-and-infer primal heuristic and includes it in SCIP
Definition at line 293 of file heur_fixandinfer.c. References DEFAULT_MINFIXINGS, DEFAULT_PROPROUNDS, HEUR_DESC, HEUR_DISPCHAR, HEUR_FREQ, HEUR_FREQOFS, HEUR_MAXDEPTH, HEUR_NAME, HEUR_PRIORITY, HEUR_TIMING, HEUR_USESSUBSCIP, NULL, SCIP_CALL, SCIP_OKAY, SCIPaddIntParam(), SCIPallocMemory, SCIPincludeHeurBasic(), SCIPsetHeurCopy(), SCIPsetHeurFree(), and TRUE. Referenced by SCIP_DECL_HEURCOPY(), and SCIPincludeDefaultPlugins(). |