Scippy

SCIP

Solving Constraint Integer Programs

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

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