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

Detailed Description

exact variable domains and further information

Definition at line 246 of file struct_var.h.

#include <struct_var.h>

Data Fields

SCIP_RATIONALobj
SCIP_INTERVAL objinterval
SCIP_DOMEXACT locdom
SCIP_DOMEXACT glbdom
SCIP_DOMEXACT origdom
SCIP_AGGREGATEEXACT aggregate
SCIP_MULTAGGREXACT multaggr
SCIP_COLEXACTcolexact
SCIP_VARSTATUS varstatusexact
int certificateindex

Field Documentation

◆ obj

SCIP_RATIONAL* SCIP_VarDataExact::obj

exact rational objective

Definition at line 248 of file struct_var.h.

Referenced by SCIPvarCopyExactData().

◆ objinterval

SCIP_INTERVAL SCIP_VarDataExact::objinterval

interval approximation of obj (for faster performance)

Definition at line 249 of file struct_var.h.

Referenced by SCIPvarCopyExactData().

◆ locdom

SCIP_DOMEXACT SCIP_VarDataExact::locdom

exact local bounds

Definition at line 250 of file struct_var.h.

Referenced by SCIPvarCopyExactData(), and varNegateExactData().

◆ glbdom

SCIP_DOMEXACT SCIP_VarDataExact::glbdom

exact global bound

Definition at line 251 of file struct_var.h.

Referenced by SCIPvarAggregateExact(), SCIPvarCopyExactData(), varNegateExactData(), and varUpdateAggregationBoundsExact().

◆ origdom

SCIP_DOMEXACT SCIP_VarDataExact::origdom

original domain

Definition at line 252 of file struct_var.h.

Referenced by SCIPvarCopyExactData().

◆ aggregate

◆ multaggr

SCIP_MULTAGGREXACT SCIP_VarDataExact::multaggr

exact aggregation data

Definition at line 254 of file struct_var.h.

Referenced by SCIPvarCopyExactData().

◆ colexact

SCIP_COLEXACT* SCIP_VarDataExact::colexact

column in exact lp

Definition at line 255 of file struct_var.h.

Referenced by SCIPcolGetColExact(), and SCIPvarCopyExactData().

◆ varstatusexact

SCIP_VARSTATUS SCIP_VarDataExact::varstatusexact

status in exact lp

Definition at line 256 of file struct_var.h.

Referenced by SCIPvarCopyExactData(), and varNegateExactData().

◆ certificateindex

int SCIP_VarDataExact::certificateindex

original probindex (needed for certificate), or -1

Definition at line 257 of file struct_var.h.

Referenced by SCIPvarCopyExactData().