type_sol.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 33 SCIP_SOLORIGIN_ORIGINAL = 0, /**< solution describes original variables; non-cached elements are zero */ 35 SCIP_SOLORIGIN_LPSOL = 2, /**< all non-cached elements in solution are equal to current LP solution */ 36 SCIP_SOLORIGIN_NLPSOL = 3, /**< all non-cached elements in solution are equal to current NLP solution */ 37 SCIP_SOLORIGIN_RELAXSOL = 4, /**< all non-cached elements in solution are equal to current relaxation solution */ 38 SCIP_SOLORIGIN_PSEUDOSOL = 5, /**< all non-cached elements in solution are equal to current pseudo solution */ 39 SCIP_SOLORIGIN_UNKNOWN = 6 /**< all non-cached elements in solution are unknown; they have to be treated Definition: type_sol.h:37 Definition: type_sol.h:33 Definition: type_sol.h:36 Definition: type_sol.h:38 Definition: type_sol.h:34 Definition: type_sol.h:39 Definition: type_sol.h:35 |