heur_trivialnegation.h File Reference Detailed Descriptiontrivialnegation primal heuristic template file for primal heuristic plugins Definition in file heur_trivialnegation.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the trivialnegation primal heuristic and includes it in SCIP
Definition at line 224 of file heur_trivialnegation.c. References HEUR_DESC, HEUR_DISPCHAR, HEUR_FREQ, HEUR_FREQOFS, HEUR_MAXDEPTH, HEUR_NAME, HEUR_PRIORITY, HEUR_TIMING, HEUR_USESSUBSCIP, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeHeurBasic(), and SCIPsetHeurCopy(). Referenced by SCIP_DECL_HEURCOPY(), and SCIPincludeDefaultPlugins(). |