Initializing help system before first use

Inequality Operator (XPRBexpr, XPRBterm)

!= relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public static XPRBrelation operator !=(
	XPRBexpr l1,
	XPRBterm tl2
)

Parameters

l1
Type:  BCLXPRBexpr
tl2
Type:  BCLXPRBterm

Return Value

Type:  XPRBrelation
See Also