type_sol.h File Reference
Detailed Description
type definitions for storing primal CIP solutions
Definition in file type_sol.h.
Go to the source code of this file.
Typedefs | |
typedef enum SCIP_SolOrigin | SCIP_SOLORIGIN |
typedef struct SCIP_Sol | SCIP_SOL |
typedef struct SCIP_Viol | SCIP_VIOL |
Enumerations | |
enum | SCIP_SolOrigin { SCIP_SOLORIGIN_ORIGINAL = 0, SCIP_SOLORIGIN_ZERO = 1, SCIP_SOLORIGIN_LPSOL = 2, SCIP_SOLORIGIN_NLPSOL = 3, SCIP_SOLORIGIN_RELAXSOL = 4, SCIP_SOLORIGIN_PSEUDOSOL = 5, SCIP_SOLORIGIN_PARTIAL = 6, SCIP_SOLORIGIN_UNKNOWN = 7 } |
Typedef Documentation
◆ SCIP_SOLORIGIN
typedef enum SCIP_SolOrigin SCIP_SOLORIGIN |
Definition at line 46 of file type_sol.h.
◆ SCIP_SOL
primal CIP solution
Definition at line 48 of file type_sol.h.
◆ SCIP_VIOL
maximum violations of problem constraints
Definition at line 50 of file type_sol.h.
Enumeration Type Documentation
◆ SCIP_SolOrigin
enum SCIP_SolOrigin |
origin of solution: where to retrieve uncached elements
Definition at line 31 of file type_sol.h.