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

Methods

  Name Description
Public method Clone
Protected method deleteCppimpl
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Execute
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.)
Protected method GetBestObjValue
Returns a bound on the optimal solution value of the active problem.
Protected method GetBranches(array<array<IRange>[]()[][]>[]()[][])
Protected method GetBranches(array<array<INumVar>[]()[][]>[]()[][], array<array<Double>[]()[][]>[]()[][], array<array<Cplex..::..BranchDirection>[]()[][]>[]()[][])
Protected method GetBranchType
Returns the type of branching Cplex is going to do at the current node unless overridden by the invoking goal.
Protected method getCppHandle
Protected method GetCutoff
Returns the cutoff for the objective value when nodes are being solved during branch-and-cut search.
Protected method GetDirection
Protected method GetDownPseudoCost
Protected method getEnvImpl
Protected method GetFeasibilities(array<INumVar>[]()[][])
Protected method GetFeasibilities(array<INumVar>[]()[][], Int32, Int32)
Protected method GetFeasibility
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected method GetIncumbentObjValue
Returns the objective value of the current best integer solution.
Protected method GetIncumbentValue
Protected method GetIncumbentValues(array<INumVar>[]()[][])
Protected method GetIncumbentValues(array<INumVar>[]()[][], Int32, Int32)
Protected method GetLB
Protected method GetLBs(array<INumVar>[]()[][])
Protected method GetLBs(array<INumVar>[]()[][], Int32, Int32)
Protected method GetNbranches
Returns the number of branches Cplex is going to create at the current node unless overridden by the invoking goal.
Protected method GetNiterations
Returns the total number of iterations for solving node problems during the current optimization.
Protected method GetNnodes
Returns the number of nodes processed so far in the active branch-and-cut search.
Protected method GetNremainingNodes
Returns the number of nodes remaining to be processed, or, equivalently, the number of active nodes in the tree.
Protected method GetObjCoef
Protected method GetObjCoefs(array<INumVar>[]()[][])
Protected method GetObjCoefs(array<INumVar>[]()[][], Int32, Int32)
Protected method GetObjValue
Returns the objective function value of the solution of the continuous relaxation of the current node.
Protected method GetPriority
Protected method GetSlack
Protected method GetSlacks(array<IRange>[]()[][])
Protected method GetSlacks(array<IRange>[]()[][], Int32, Int32)
Protected method GetSOSFeasibility(ISOS1)
Protected method GetSOSFeasibility(ISOS2)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Protected method GetUB
Protected method GetUBs(array<INumVar>[]()[][])
Protected method GetUBs(array<INumVar>[]()[][], Int32, Int32)
Protected method GetUpPseudoCost
Protected method GetValue(INumExpr)
Protected method GetValue(INumVar)
Protected method GetValues(array<INumVar>[]()[][])
Protected method GetValues(array<INumVar>[]()[][], Int32, Int32)
Protected method HasIncumbent
Returns true if an incumbent solution has been found.
Protected method IsIntegerFeasible
Returns true if current solution is integer feasible
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString (Overrides Object..::..ToString()()()().)

See Also