The methods of the Cplex.Goal class are listed below. For a complete list of Cplex.Goal class members, see the Cplex.Goal Members topic.
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | This method must be implemented by the user to specify the logic of the goal. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Overloaded. |
![]() | Returns the type of branching Cplex is going to do at the current node unless overridden by the invoking goal. |
![]() | Returns the branch direction for a variable. |
![]() | Returns the pseudo cost for branching down on variable var . |
![]() | Overloaded. States whether the variables in array var are integer feasible, integer infeasible, or implied integer feasible in the current node solution. |
![]() | States whether the variable var is integer feasible, integer infeasible, or implied integer feasible in the current node solution. |
![]() | Returns the value of variable var for the current best integer solution. |
![]() | Overloaded. Returns incumbent solution values for an array of variables. |
![]() | Returns the current lower bound for variable var . |
![]() | Overloaded. Returns the current lower bounds for an array of variables. |
![]() | Returns the node identifier of the current node. |
![]() | Returns the linear objective function coefficient for variable var in the model being solved. |
![]() | Overloaded. Returns the linear objective function coefficients for an array of variables in the model being solved. |
![]() | Returns the branch priority for variable var . |
![]() | Returns the slack value of a constraint for the solution of the continuous relaxation of the current node. |
![]() | Overloaded. Returns the slack values for an array of constraints for the solution of the current node. |
![]() | Overloaded. States whether the special ordered set of type 1 is integer feasible, integer infeasible, or implied integer feasible in the current node solution. |
![]() | Returns the current upper bound for variable var . |
![]() | Overloaded. Returns the current upper bounds for an array of variables. |
![]() | Returns the pseudo cost for branching up on variable var . |
![]() | Overloaded. Returns the solution value of a variable at the current node. |
![]() | Overloaded. Returns the solution values for an array of variables at the current node. |
![]() | Returns true if an incumbent solution has been found. |
![]() | Returns true if current solution is integer feasible |
![]() | Creates a shallow copy of the current Object. |