Detailed Description
Definition at line 46 of file struct_benders.h.
#include <struct_benders.h>
Data Fields | |
| SCIP_VAR ** | vars |
| SCIP_Real * | vals |
| SCIP_Real | lhs |
| SCIP_Real | rhs |
| int | nvars |
Field Documentation
◆ vars
| SCIP_VAR** SCIP_BenderscutCut::vars |
the variables forming the cut
Definition at line 48 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 49 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 50 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 51 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 52 of file struct_benders.h.
Referenced by SCIPbendersExit(), SCIPbendersGetStoredCutData(), SCIPbendersGetStoredCutOrigData(), and SCIPbendersStoreCut().