SCIP Doxygen Documentation
Loading...
Searching...
No Matches
SCIP_ValsExact Struct Reference

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_RATIONALobj
SCIP_RATIONALARRAYvals
SCIP_BOOLARRAYvalid

Field Documentation

◆ obj

SCIP_RATIONAL* SCIP_ValsExact::obj

objective value of solution

Definition at line 112 of file struct_sol.h.

Referenced by SCIPvalsExactCopy(), and solsAreEqualExact().

◆ vals

SCIP_RATIONALARRAY* SCIP_ValsExact::vals

solution values for variables

Definition at line 113 of file struct_sol.h.

Referenced by SCIPvalsExactCopy().

◆ 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 SCIPvalsExactCopy().