This member function sets the value of the invoking piecewise linear function equal to f, associating for each x in [x1,x2) -> f(x) = v + slope /// (x-x1).

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

Syntax

C#
void SetSlope(
	double x1,
	double x2,
	double v,
	double slope
)

Parameters

x1
Type: System..::..Double
x2
Type: System..::..Double
v
Type: System..::..Double
slope
Type: System..::..Double

See Also