heur_trysol.h File Reference 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.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the trysol primal heuristic and includes it in SCIP
pass solution to trysol heuristic
pass solution to trysol heuristic which just gets added (without checking feasibility
|