DotNet Reference

.Net Reference

Detailed Description

Definition at line 20 of file VariableHelper.cs.

Static Public Member Functions

static LinearExpr operator+ (Variable a, double v)
 
static LinearExpr operator+ (double v, Variable a)
 
static LinearExpr operator+ (Variable a, LinearExpr b)
 
static LinearExpr operator+ (Variable a, Variable b)
 
static LinearExpr operator+ (LinearExpr a, Variable b)
 
static LinearExpr operator- (Variable a, double v)
 
static LinearExpr operator- (double v, Variable a)
 
static LinearExpr operator- (Variable a, LinearExpr b)
 
static LinearExpr operator- (LinearExpr a, Variable b)
 
static LinearExpr operator- (Variable a, Variable b)
 
static LinearExpr operator- (Variable a)
 
static LinearExpr operator* (Variable a, double v)
 
static LinearExpr operator/ (Variable a, double v)
 
static LinearExpr operator* (double v, Variable a)
 
static RangeConstraint operator== (Variable a, double v)
 
static RangeConstraint operator== (double v, Variable a)
 
static RangeConstraint operator!= (Variable a, double v)
 
static RangeConstraint operator!= (double v, Variable a)
 
static Equality operator== (Variable a, LinearExpr b)
 
static Equality operator== (LinearExpr a, Variable b)
 
static VarEquality operator== (Variable a, Variable b)
 
static Equality operator!= (Variable a, LinearExpr b)
 
static Equality operator!= (LinearExpr a, Variable b)
 
static VarEquality operator!= (Variable a, Variable b)
 
static RangeConstraint operator<= (Variable a, double v)
 
static RangeConstraint operator>= (Variable a, double v)
 
static RangeConstraint operator<= (double v, Variable a)
 
static RangeConstraint operator>= (double v, Variable a)
 
static RangeConstraint operator<= (Variable a, LinearExpr b)
 
static RangeConstraint operator>= (Variable a, LinearExpr b)
 
static RangeConstraint operator<= (Variable a, Variable b)
 
static RangeConstraint operator>= (Variable a, Variable b)
 
static RangeConstraint operator<= (LinearExpr a, Variable b)
 
static RangeConstraint operator>= (LinearExpr a, Variable b)
 

Member Function Documentation

◆ operator!=() [1/5]

static RangeConstraint operator!= ( double  v,
Variable  a 
)
inlinestatic

Definition at line 107 of file VariableHelper.cs.

◆ operator!=() [2/5]

static Equality operator!= ( LinearExpr  a,
Variable  b 
)
inlinestatic

Definition at line 132 of file VariableHelper.cs.

◆ operator!=() [3/5]

static RangeConstraint operator!= ( Variable  a,
double  v 
)
inlinestatic

Definition at line 102 of file VariableHelper.cs.

◆ operator!=() [4/5]

static Equality operator!= ( Variable  a,
LinearExpr  b 
)
inlinestatic

Definition at line 127 of file VariableHelper.cs.

◆ operator!=() [5/5]

static VarEquality operator!= ( Variable  a,
Variable  b 
)
inlinestatic

Definition at line 137 of file VariableHelper.cs.

◆ operator*() [1/2]

static LinearExpr operator* ( double  v,
Variable  a 
)
inlinestatic

Definition at line 87 of file VariableHelper.cs.

◆ operator*() [2/2]

static LinearExpr operator* ( Variable  a,
double  v 
)
inlinestatic

Definition at line 77 of file VariableHelper.cs.

◆ operator+() [1/5]

static LinearExpr operator+ ( double  v,
Variable  a 
)
inlinestatic

Definition at line 27 of file VariableHelper.cs.

◆ operator+() [2/5]

static LinearExpr operator+ ( LinearExpr  a,
Variable  b 
)
inlinestatic

Definition at line 42 of file VariableHelper.cs.

◆ operator+() [3/5]

static LinearExpr operator+ ( Variable  a,
double  v 
)
inlinestatic

Definition at line 22 of file VariableHelper.cs.

◆ operator+() [4/5]

static LinearExpr operator+ ( Variable  a,
LinearExpr  b 
)
inlinestatic

Definition at line 32 of file VariableHelper.cs.

◆ operator+() [5/5]

static LinearExpr operator+ ( Variable  a,
Variable  b 
)
inlinestatic

Definition at line 37 of file VariableHelper.cs.

◆ operator-() [1/6]

static LinearExpr operator- ( double  v,
Variable  a 
)
inlinestatic

Definition at line 52 of file VariableHelper.cs.

◆ operator-() [2/6]

static LinearExpr operator- ( LinearExpr  a,
Variable  b 
)
inlinestatic

Definition at line 62 of file VariableHelper.cs.

◆ operator-() [3/6]

static LinearExpr operator- ( Variable  a)
inlinestatic

Definition at line 72 of file VariableHelper.cs.

◆ operator-() [4/6]

static LinearExpr operator- ( Variable  a,
double  v 
)
inlinestatic

Definition at line 47 of file VariableHelper.cs.

◆ operator-() [5/6]

static LinearExpr operator- ( Variable  a,
LinearExpr  b 
)
inlinestatic

Definition at line 57 of file VariableHelper.cs.

◆ operator-() [6/6]

static LinearExpr operator- ( Variable  a,
Variable  b 
)
inlinestatic

Definition at line 67 of file VariableHelper.cs.

◆ operator/()

static LinearExpr operator/ ( Variable  a,
double  v 
)
inlinestatic

Definition at line 82 of file VariableHelper.cs.

◆ operator<=() [1/5]

static RangeConstraint operator<= ( double  v,
Variable  a 
)
inlinestatic

Definition at line 152 of file VariableHelper.cs.

◆ operator<=() [2/5]

static RangeConstraint operator<= ( LinearExpr  a,
Variable  b 
)
inlinestatic

Definition at line 182 of file VariableHelper.cs.

◆ operator<=() [3/5]

static RangeConstraint operator<= ( Variable  a,
double  v 
)
inlinestatic

Definition at line 142 of file VariableHelper.cs.

◆ operator<=() [4/5]

static RangeConstraint operator<= ( Variable  a,
LinearExpr  b 
)
inlinestatic

Definition at line 162 of file VariableHelper.cs.

◆ operator<=() [5/5]

static RangeConstraint operator<= ( Variable  a,
Variable  b 
)
inlinestatic

Definition at line 172 of file VariableHelper.cs.

◆ operator==() [1/5]

static RangeConstraint operator== ( double  v,
Variable  a 
)
inlinestatic

Definition at line 97 of file VariableHelper.cs.

◆ operator==() [2/5]

static Equality operator== ( LinearExpr  a,
Variable  b 
)
inlinestatic

Definition at line 117 of file VariableHelper.cs.

◆ operator==() [3/5]

static RangeConstraint operator== ( Variable  a,
double  v 
)
inlinestatic

Definition at line 92 of file VariableHelper.cs.

◆ operator==() [4/5]

static Equality operator== ( Variable  a,
LinearExpr  b 
)
inlinestatic

Definition at line 112 of file VariableHelper.cs.

◆ operator==() [5/5]

static VarEquality operator== ( Variable  a,
Variable  b 
)
inlinestatic

Definition at line 122 of file VariableHelper.cs.

◆ operator>=() [1/5]

static RangeConstraint operator>= ( double  v,
Variable  a 
)
inlinestatic

Definition at line 157 of file VariableHelper.cs.

◆ operator>=() [2/5]

static RangeConstraint operator>= ( LinearExpr  a,
Variable  b 
)
inlinestatic

Definition at line 187 of file VariableHelper.cs.

◆ operator>=() [3/5]

static RangeConstraint operator>= ( Variable  a,
double  v 
)
inlinestatic

Definition at line 147 of file VariableHelper.cs.

◆ operator>=() [4/5]

static RangeConstraint operator>= ( Variable  a,
LinearExpr  b 
)
inlinestatic

Definition at line 167 of file VariableHelper.cs.

◆ operator>=() [5/5]

static RangeConstraint operator>= ( Variable  a,
Variable  b 
)
inlinestatic

Definition at line 177 of file VariableHelper.cs.


The documentation for this class was generated from the following file: