type definitions for storing primal CIP solutions
Definition in file type_sol.h.
Go to the source code of this file.
typedef enum SCIP_SolOrigin SCIP_SOLORIGIN |
Definition at line 55 of file type_sol.h.
primal CIP solution
Definition at line 57 of file type_sol.h.
maximum violations of problem constraints
Definition at line 59 of file type_sol.h.
typedef enum SCIP_SolType SCIP_SOLTYPE |
Definition at line 71 of file type_sol.h.
enum SCIP_SolOrigin |
origin of solution: where to retrieve uncached elements
Definition at line 40 of file type_sol.h.
enum SCIP_SolType |
type of solution: heuristic or (LP) relaxation solution, or unspecified origin
Definition at line 62 of file type_sol.h.