Overload List
| Name | Description | |
|---|---|---|
|
|
ScalProd(array<Double>[]()[][], array<INumVar>[]()[][]) |
Creates and returns a linear expression representing
the scalar product of the
provided values with the provided variables.
|
|
|
ScalProd(array<Int32>[]()[][], array<IIntVar>[]()[][]) |
Creates and returns an integer linear expression
representing the scalar
product of the provided integer values with
the provided integer variables.
|
|
|
ScalProd(array<Int32>[]()[][], array<INumVar>[]()[][]) |
Creates and returns a linear expression
representing the scalar product of the
provided values with the provided variables.
|
|
|
ScalProd(array<IIntVar>[]()[][], array<IIntVar>[]()[][]) |
Creates and returns a linear expression representing the scalar product
of the provided variables.
|
|
|
ScalProd(array<IIntVar>[]()[][], array<Int32>[]()[][]) |
Creates and returns an integer linear expression representing
the scalar product of the provided integer values
with the provided integer variables.
|
|
|
ScalProd(array<INumVar>[]()[][], array<INumVar>[]()[][]) |
Creates and returns a linear expression representing the scalar product
of the variables provided as arguments.
|
|
|
ScalProd(array<INumVar>[]()[][], array<Double>[]()[][]) |
Creates and returns a linear expression representing
the scalar product of the
provided values with the provided variables.
|
|
|
ScalProd(array<INumVar>[]()[][], array<Int32>[]()[][]) |
Creates and returns a linear expression
representing the scalar product of the
provided values with the provided variables.
|
|
|
ScalProd(array<Double>[]()[][], array<INumVar>[]()[][], Int32, Int32) |
Creates and returns a linear expression
representing the scalar product of the
values provided in coefs[start]...coefs[start+num-1]
with the variables
provided in vars[start]...vars[start+num-1].
|
|
|
ScalProd(array<Int32>[]()[][], array<IIntVar>[]()[][], Int32, Int32) |
Creates and returns an integer linear expression representing the scalar
product of the integer values provided in
vals[start]...vals[start+num-1]
with the integer variables provided in
vars[start]...vars[start+num-1].
|
|
|
ScalProd(array<IIntVar>[]()[][], array<IIntVar>[]()[][], Int32, Int32) |
Creates and returns a linear expression representing the scalar product
of the variables provided as arguments.
|
|
|
ScalProd(array<IIntVar>[]()[][], array<Int32>[]()[][], Int32, Int32) |
Creates and returns an integer linear expression representing
the scalar product of the integer values provided in
vals[start]...vals[start+num-1]
with the integer variables provided in
vars[start]...vars[start+num-1].
|
|
|
ScalProd(array<INumVar>[]()[][], array<INumVar>[]()[][], Int32, Int32) |
Creates and returns a linear expression representing the scalar product
of the variables provided as arguments.
|
|
|
ScalProd(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32) |
Creates and returns a linear expression
representing the scalar product of the
values provided in coefs[start]...coefs[start+num-1]
with the variables
provided in vars[start]...vars[start+num-1].
|