This member function adds v to the value of the invoking piecewise linear function everywhere on the interval [x1,x2).

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

Syntax

C#
void AddValue(
	double x1,
	double x2,
	double v
)

Parameters

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

See Also