All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
struct_sol.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
40 * For reasons of efficiency, a working solution only stores values that have been accessed at least once,
42 * The user has to call SCIPsolUnlink() in order to retrieve all non-cached elements from the solution's source
43 * and to store the values in the solution's own array. This changes the solution's origin to SCIP_SOLORIGIN_ZERO.
44 * A linked solution with origin SCIP_SOLORIGIN_LPSOL or SCIP_SOLORIGIN_PSEUDOSOL becomes invalid after the
45 * next node is focused (i.e. the LP and pseudo solutions changed) and cannot be accessed anymore.
|