All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed Descriptionprimal heuristic that tries a given solution This heuristic takes a solution from somewhere else via the function SCIPheurPassSolTrySol(). It then tries to commit this solution. It is mainly used by cons_indicator, which tries to correct a given solution, but cannot directly submit this solution, because it is a constraint handler and not a heuristic. Definition in file heur_trysol.c. Go to the source code of this file.
Macro Definition Documentation
Definition at line 34 of file heur_trysol.c. Referenced by SCIP_DECL_HEURCOPY(), SCIP_DECL_HEUREXEC(), SCIP_DECL_HEUREXITSOL(), SCIP_DECL_HEURFREE(), SCIPheurPassSolAddSol(), SCIPheurPassSolTrySol(), and SCIPincludeHeurTrySol().
Definition at line 35 of file heur_trysol.c. Referenced by SCIPincludeHeurTrySol().
Definition at line 36 of file heur_trysol.c. Referenced by SCIPincludeHeurTrySol().
Definition at line 37 of file heur_trysol.c. Referenced by SCIPincludeHeurTrySol().
Definition at line 38 of file heur_trysol.c. Referenced by SCIPincludeHeurTrySol().
Definition at line 39 of file heur_trysol.c. Referenced by SCIPincludeHeurTrySol().
Definition at line 40 of file heur_trysol.c. Referenced by SCIPincludeHeurTrySol().
Definition at line 41 of file heur_trysol.c. Referenced by SCIPincludeHeurTrySol().
does the heuristic use a secondary SCIP instance? Definition at line 42 of file heur_trysol.c. Referenced by SCIPincludeHeurTrySol(). Function Documentation
copy method for primal heuristic plugins (called when SCIP copies plugins) Definition at line 65 of file heur_trysol.c. References HEUR_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPheurGetName(), and SCIPincludeHeurTrySol().
destructor of primal heuristic to free user data (called when SCIP is exiting) Definition at line 79 of file heur_trysol.c. References HEUR_NAME, NULL, SCIP_OKAY, SCIPdebugMessage, SCIPfreeMemory, SCIPheurGetData(), and SCIPheurGetName().
deinitialization method of primal heuristic (called before transformed problem is freed) Definition at line 101 of file heur_trysol.c. References HEUR_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPdebugMessage, SCIPfreeSol(), SCIPheurGetData(), and SCIPheurGetName().
execution method of primal heuristic Definition at line 131 of file heur_trysol.c. References FALSE, HEUR_NAME, NULL, SCIP_Bool, SCIP_CALL, SCIP_DIDNOTFIND, SCIP_DIDNOTRUN, SCIP_FOUNDSOL, SCIP_OKAY, SCIP_Real, SCIPaddSolFree(), SCIPdebugMessage, SCIPgetSolOrigObj(), SCIPheurGetData(), SCIPheurGetName(), SCIPtrySolFree(), and TRUE.
creates the trysol primal heuristic and includes it in SCIP
Definition at line 206 of file heur_trysol.c. References FALSE, HEUR_DESC, HEUR_DISPCHAR, HEUR_FREQ, HEUR_FREQOFS, HEUR_MAXDEPTH, HEUR_NAME, HEUR_PRIORITY, HEUR_TIMING, HEUR_USESSUBSCIP, NULL, SCIP_CALL, SCIP_OKAY, SCIPallocMemory, SCIPincludeHeurBasic(), SCIPsetHeurCopy(), SCIPsetHeurExit(), and SCIPsetHeurFree(). Referenced by SCIP_DECL_HEURCOPY(), and SCIPincludeDefaultPlugins().
pass solution to trysol heuristic
Definition at line 236 of file heur_trysol.c. References HEUR_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPcreateSolCopy(), SCIPdebugMessage, SCIPfreeSol(), SCIPgetSolOrigObj(), SCIPheurGetData(), SCIPheurGetName(), SCIPisLT(), SCIPsolSetHeur(), and SCIPunlinkSol(). Referenced by proposeFeasibleSolution(), SCIP_DECL_CONSCHECK(), and SCIP_DECL_CONSSEPALP().
pass solution to trysol heuristic which just gets added (without checking feasibility
Definition at line 275 of file heur_trysol.c. References HEUR_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPcreateSolCopy(), SCIPdebugMessage, SCIPfreeSol(), SCIPgetSolOrigObj(), SCIPheurGetData(), SCIPheurGetName(), SCIPisLT(), SCIPsolSetHeur(), and SCIPunlinkSol(). Referenced by checkSystemGF2(). |