Detailed Description
exact primal CIP solution
Solutions with origin ORIGINAL contain the values for original variables. The stored objective value also corresponds to the original problem.
Definition at line 110 of file struct_sol.h.
#include <struct_sol.h>
Data Fields | |
| SCIP_RATIONAL * | obj |
| SCIP_RATIONALARRAY * | vals |
| SCIP_BOOLARRAY * | valid |
Field Documentation
◆ obj
| SCIP_RATIONAL* SCIP_ValsExact::obj |
objective value of solution
Definition at line 112 of file struct_sol.h.
Referenced by SCIPsolClear(), SCIPsolGetObjExact(), SCIPsolGetOrigObjExact(), SCIPsolLinkLPSolExact(), SCIPsolLinkPseudoSolExact(), SCIPsolMakeExact(), SCIPsolMakeReal(), SCIPsolOrigAddObjvalExact(), SCIPsolRecomputeInternObjExact(), SCIPsolRetransformExact(), SCIPsolSetValExact(), SCIPvalsExactCopy(), and solsAreEqualExact().
◆ vals
| SCIP_RATIONALARRAY* SCIP_ValsExact::vals |
solution values for variables
Definition at line 113 of file struct_sol.h.
Referenced by SCIPsolMakeExact(), SCIPsolMakeReal(), SCIPvalsExactCopy(), solGetArrayValExact(), and solSetArrayValExact().
◆ valid
| SCIP_BOOLARRAY* SCIP_ValsExact::valid |
is value in vals array valid? otherwise it has to be retrieved from origin
Definition at line 114 of file struct_sol.h.
Referenced by SCIPsolMakeExact(), SCIPsolMakeReal(), SCIPvalsExactCopy(), solClearArrays(), solGetArrayValExact(), solSetArrayValExact(), and solUnlinkVarExact().