Scippy

SCIP

Solving Constraint Integer Programs

SCIP_Loose Struct Reference

Detailed Description

loose variable information

bounds on the absolute values of the coefficients with which the variable appears in aggregations (after flattening the aggregation graph)

Definition at line 201 of file struct_var.h.

#include <struct_var.h>

Data Fields

SCIP_Real minaggrcoef
 
SCIP_Real maxaggrcoef
 

Field Documentation

◆ minaggrcoef

SCIP_Real SCIP_Loose::minaggrcoef

lower bound on absolute coefficient the variable has in aggregations

Definition at line 203 of file struct_var.h.

Referenced by SCIPvarGetMinAggrCoef(), SCIPvarLoose(), and varUpdateMinMaxAggrCoef().

◆ maxaggrcoef

SCIP_Real SCIP_Loose::maxaggrcoef

upper bound on absolute coefficient the variable has in aggregations

Definition at line 204 of file struct_var.h.

Referenced by SCIPvarGetMaxAggrCoef(), SCIPvarLoose(), and varUpdateMinMaxAggrCoef().