Cplex is the class used to create and solve LP (linear program), QP (program with quadratic terms in the objective function), QCP (quadratically constrained program), and MIP (mixed integer program) Mathematical Programming models.

The Cplex..::..LongParam type exposes the following members.

Constructors

  Name Description
Protected method Cplex..::..LongParam
Initializes a new instance of the Cplex..::..LongParam class

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method getValue
Public method GetValue
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString (Overrides Object..::..ToString()()()().)

Fields

  Name Description
Public field Static member AggFill Obsolete.
Public field Static member BarItLim Obsolete.
Public field Static member BarMaxCor Obsolete.
Public field Static member BBInterval Obsolete.
Public field Static member CutPass Obsolete.
Public field Static member FracPass Obsolete.
Public field Static member HeurFreq Obsolete.
Public field Static member IntSolLim Obsolete.
Public field Static member ItLim Obsolete.
Public field Static member MIPInterval Obsolete.
Public field Static member NetItLim Obsolete.
Public field Static member NodeLim Obsolete.
Public field Static member NzReadLim Obsolete.
Public field Static member PolishAfterIntSol Obsolete.
Public field Static member PolishAfterNode Obsolete.
Public field Static member QPNzReadLim Obsolete.
Public field Static member RepairTries Obsolete.
Public field Static member RINSHeur Obsolete.
Public field Static member SiftItLim Obsolete.
Public field Static member StrongItLim Obsolete.
Public field Static member SubMIPNodeLimit Obsolete.
Public field Static member WarningLimit Obsolete.

Properties

  Name Description
Public property Value

See Also