This member function sets the value of the invoking piecewise linear function to be the minimum between the current value and the value of the linear function:

x --> v1 + (x-x1)///(v2-v1)/(x2-x1) everywhere on the interval [x1,x2).

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
void SetMin(
	double x1,
	double v1,
	double x2,
	double v2
)

Parameters

x1
Type: System..::..Double
v1
Type: System..::..Double
x2
Type: System..::..Double
v2
Type: System..::..Double

See Also