Show / Hide Table of Contents

    Class GurobiConstants

    The gurobi constants to identify Integer, Binary and Continuous.

    Inheritance
    System.Object
    GurobiConstants
    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.Gurobi
    Assembly: Optimization.Solver.Gurobi.dll
    Syntax
    public static class GurobiConstants

    Fields

    BINARY

    The binary handle.

    Declaration
    public const char BINARY = 'B'
    Field Value
    Type Description
    System.Char

    CONTINUOUS

    The continuous handle.

    Declaration
    public const char CONTINUOUS = 'C'
    Field Value
    Type Description
    System.Char

    INTEGER

    The integer handle.

    Declaration
    public const char INTEGER = 'I'
    Field Value
    Type Description
    System.Char

    MAXIMIZE

    The maximize constant for gurobi.

    Declaration
    public const int MAXIMIZE = -1
    Field Value
    Type Description
    System.Int32

    MINIMIZE

    The minimize constant for gurobi.

    Declaration
    public const int MINIMIZE = 1
    Field Value
    Type Description
    System.Int32
    Back to top Copyright © OPTANO GmbH generated with DocFX
    Privacy Policy | Impressum – Legal Notice