The Cplex..::..ParameterSet type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear |
Clears the parameter set.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetParam(Cplex..::..BooleanParam) |
Returns the current value of a Boolean parameter.
| |
| GetParam(Cplex..::..DoubleParam) |
Returns the current value of a double parameter.
| |
| GetParam(Cplex..::..IntParam) |
Returns the current value of an integer parameter.
| |
| GetParam(Cplex..::..LongParam) |
Returns the current value of an integer parameter.
| |
| GetParam(Cplex..::..StringParam) |
Returns the current value of a string parameter.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetParam(Cplex..::..BooleanParam, Boolean) |
Sets a Boolean parameter to value val.
| |
| SetParam(Cplex..::..DoubleParam, Double) |
Sets a double parameter to value val.
| |
| SetParam(Cplex..::..IntParam, Int32) |
Sets an integer parameter to value val.
| |
| SetParam(Cplex..::..LongParam, Int64) |
Sets an integer parameter to value val.
| |
| SetParam(Cplex..::..StringParam, String) |
Sets a string parameter to value val.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |