Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <gscip_ext.h>
Public Member Functions | |
GScipLinearExpr ()=default | |
GScipLinearExpr (SCIP_VAR *variable) | |
GScipLinearExpr (double offset) | |
Public Attributes | |
absl::flat_hash_map< SCIP_VAR *, double > | terms |
double | offset = 0.0 |
Definition at line 50 of file gscip_ext.h.
|
default |
|
explicit |
Definition at line 39 of file gscip_ext.cc.
|
explicit |
Definition at line 41 of file gscip_ext.cc.
double operations_research::GScipLinearExpr::offset = 0.0 |
Definition at line 52 of file gscip_ext.h.
absl::flat_hash_map<SCIP_VAR*, double> operations_research::GScipLinearExpr::terms |
Definition at line 51 of file gscip_ext.h.