OR-Tools  8.2
GScipLinearExpr

Detailed Description

Definition at line 46 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 33 of file gscip_ext.cc.

◆ GScipLinearExpr() [3/3]

GScipLinearExpr ( double  offset)
explicit

Definition at line 35 of file gscip_ext.cc.

Member Data Documentation

◆ offset

double offset = 0.0

Definition at line 48 of file gscip_ext.h.

◆ terms

absl::flat_hash_map<SCIP_VAR*, double> terms

Definition at line 47 of file gscip_ext.h.


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