Class CplexBranches
Represents the tree that consists of serveral CplexBranch objects
Inheritance
System.Object
CplexBranches
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: OPTANO.Modeling.Optimization.Solver.Cplex
Assembly: Optimization.Solver.Cplex.dll
Syntax
public class CplexBranches
Properties
LeftBranch
Gets or sets the left branch.
Declaration
public CplexBranch LeftBranch { get; set; }
Property Value
Type | Description |
---|---|
CplexBranch |
PreviousBranches
Gets or sets the previous branches.
Declaration
public IEnumerable<CplexBranch> PreviousBranches { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CplexBranch> |
RightBranch
Gets or sets the right branch.
Declaration
public CplexBranch RightBranch { get; set; }
Property Value
Type | Description |
---|---|
CplexBranch |