All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heur_trysol.h
Go to the documentation of this file.
21 * This heuristic takes a solution from somewhere else via the function SCIPheurPassSolTrySol(). It
22 * then tries to commit this solution. It is mainly used by cons_indicator, which tries to correct a
23 * given solution, but cannot directly submit this solution, because it is a constraint handler and
|