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. 47 * Solutions with origin ORIGINAL contain the values for original variables. The stored objective value also 56 SCIP_Longint lpcount; /**< number of LPs solved when this solution was created, needed for debug checks type definitions for miscellaneous datastructures Definition: struct_sol.h:50 Definition: struct_misc.h:109 type definitions for primal heuristics Definition: struct_heur.h:75 Definition: struct_misc.h:131 type definitions for storing primal CIP solutions common defines and data types used in all packages of SCIP |