Initializing help system before first use

XPRMLinCtr Properties

The XPRMLinCtr type exposes the following members.

Properties
  Name Description
Public property Activity
The activity value or 0 if no solution is available
Public property Dual
The dual value or 0 if no solution is available
Public property IsInitialised (Overrides XPRMValueIsInitialised.)
Public property Model
Used to fetch the XPRM model to which this object belongs, or else 'null' if there is no model anywhere among this Object's ancestors.
(Inherited from XPRMObjectBase.)
Public property Number
Line number. This is the line representing the constraint in the matrix - available only if the matrix has been generated. Values =-2 are used for SOS numbers. Has value -1 is no matrix is available or the constraint does not belong to the problem.
Public property Owner
Used to fetch the XPRM object to which this object belongs
(Inherited from XPRMObjectBase.)
Public property Slack
The slack value or 0 if no solution is available
Public property Solution
Solution value. This corresponds to the evaluation of the linear expression (including constant term/RHS) on the current solution.
Public property StructCode (Inherited from XPRMReference.)
Public property StructName (Inherited from XPRMReference.)
Public property Type (Inherited from XPRMTypedObject.)
Public property TypeCode (Inherited from XPRMTypedObject.)
Public property TypeName (Inherited from XPRMTypedObject.)
Public property Value
The value of this reference (not necessary anymore, preserved for compatibility)
(Inherited from XPRMReference.)
Top
See Also