Show / Hide Table of Contents

    Class CplexBranch

    Represents a split decision during the branch and bound algorithm.

    Inheritance
    System.Object
    CplexBranch
    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 CplexBranch

    Properties

    LowerBound

    Gets or sets the Lower bound of the variable.

    Declaration
    public double? LowerBound { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    UpperBound

    Gets or sets the Upper bound of the variable.

    Declaration
    public double? UpperBound { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    VariableName

    Gets or sets the Name of the variable to branch on.

    Declaration
    public string VariableName { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ReflectionHelper.GetFieldValue(Object, String)
    ReflectionHelper.SetFieldValue(Object, String, Object)
    ExtensionMethods.Clone<T>(T)
    ExtensionMethods.ThrowIfArgumentIsNull<T>(T, String)
    Back to top Copyright © OPTANO GmbH generated with DocFX
    Privacy Policy | Impressum – Legal Notice