Min Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Returns an Expression object respresenting the minimum of the specified expressions.

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public static Expression Min(
	IEnumerable<Expression> expressions,
	double bigM
)
Visual Basic
Public Shared Function Min ( _
	expressions As IEnumerable(Of Expression), _
	bigM As Double _
) As Expression
Visual C++
public:
static Expression^ Min(
	IEnumerable<Expression^>^ expressions, 
	double bigM
)

Parameters

expressions
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Expression>)>)>
The expressions.
bigM
Type: System..::..Double
Large number, only used if the bounds of the variables of the expressions are non-finite

Return Value

[Missing <returns> documentation for "M:Optimization.Model.Min(System.Collections.Generic.IEnumerable{Optimization.Expression},System.Double)"]

See Also