OR-Tools  9.6
GScipLinearExpr

Detailed Description

Definition at line 49 of file 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
 

Constructor & Destructor Documentation

◆ GScipLinearExpr() [1/3]

GScipLinearExpr ( )
default

◆ GScipLinearExpr() [2/3]

GScipLinearExpr ( SCIP_VAR *  variable)
explicit

Definition at line 39 of file gscip_ext.cc.

◆ GScipLinearExpr() [3/3]

GScipLinearExpr ( double  offset)
explicit

Definition at line 41 of file gscip_ext.cc.

Member Data Documentation

◆ offset

double offset = 0.0

Definition at line 51 of file gscip_ext.h.

◆ terms

absl::flat_hash_map<SCIP_VAR*, double> terms

Definition at line 50 of file gscip_ext.h.


The documentation for this struct was generated from the following files: