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

Methods

  NameDescription
Public methodClear
Clears the parameter set.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetParam(Cplex..::..BooleanParam)
Returns the current value of a Boolean parameter.
Public methodGetParam(Cplex..::..DoubleParam)
Returns the current value of a double parameter.
Public methodGetParam(Cplex..::..IntParam)
Returns the current value of an integer parameter.
Public methodGetParam(Cplex..::..LongParam)
Returns the current value of an integer parameter.
Public methodGetParam(Cplex..::..StringParam)
Returns the current value of a string parameter.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetParam(Cplex..::..BooleanParam, Boolean)
Sets a Boolean parameter to value val.
Public methodSetParam(Cplex..::..DoubleParam, Double)
Sets a double parameter to value val.
Public methodSetParam(Cplex..::..IntParam, Int32)
Sets an integer parameter to value val.
Public methodSetParam(Cplex..::..LongParam, Int64)
Sets an integer parameter to value val.
Public methodSetParam(Cplex..::..StringParam, String)
Sets a string parameter to value val.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also