Scippy

SCIP

Solving Constraint Integer Programs

SCIP_BenderscutCut Struct Reference

Detailed Description

Definition at line 37 of file struct_benders.h.

#include <struct_benders.h>

Data Fields

SCIP_VAR ** vars
 
SCIP_Realvals
 
SCIP_Real lhs
 
SCIP_Real rhs
 
int nvars
 

Field Documentation

◆ vars

SCIP_VAR** SCIP_BenderscutCut::vars

the variables forming the cut

Definition at line 39 of file struct_benders.h.

Referenced by SCIPbendersExit(), SCIPbendersGetStoredCutData(), SCIPbendersGetStoredCutOrigData(), and SCIPbendersStoreCut().

◆ vals

SCIP_Real* SCIP_BenderscutCut::vals

the coefficients of the variables in the cut

Definition at line 40 of file struct_benders.h.

Referenced by SCIPbendersExit(), SCIPbendersGetStoredCutData(), SCIPbendersGetStoredCutOrigData(), and SCIPbendersStoreCut().

◆ lhs

SCIP_Real SCIP_BenderscutCut::lhs

the left hand side of the cut

Definition at line 41 of file struct_benders.h.

Referenced by SCIPbendersGetStoredCutData(), SCIPbendersGetStoredCutOrigData(), and SCIPbendersStoreCut().

◆ rhs

SCIP_Real SCIP_BenderscutCut::rhs

the right hand side of the cut

Definition at line 42 of file struct_benders.h.

Referenced by SCIPbendersGetStoredCutData(), SCIPbendersGetStoredCutOrigData(), and SCIPbendersStoreCut().

◆ nvars

int SCIP_BenderscutCut::nvars

the number of variables in the cut

Definition at line 43 of file struct_benders.h.

Referenced by SCIPbendersExit(), SCIPbendersGetStoredCutData(), SCIPbendersGetStoredCutOrigData(), and SCIPbendersStoreCut().