Show / Hide Table of Contents

    Enum MipLogDisplayInformation

    The MIP log display detail level.

    Namespace: OPTANO.Modeling.Optimization.Solver.Cplex
    Assembly: Optimization.Solver.Cplex.dll
    Syntax
    public enum MipLogDisplayInformation

    Fields

    Name Description
    Complete

    Display integer feasible solutions, every n-th node entry, number of cuts added, information about the processing of each successful MIP start, and information about the LP subproblem at root and at nodes.

    Default

    Display integer feasible solutions plus an entry for every n-th node.

    Detailed

    Display integer feasible solutions, every n-th node entry, number of cuts added, and information about the processing of each successful MIP start.

    IntegerFeasible

    Display integer feasible solutions.

    NoDisplayUntilSolution

    No display until optimal solution has been found.

    VeryDetailed

    Display integer feasible solutions, every n-th node entry, number of cuts added, information about the processing of each successful MIP start, and information about the LP subproblem at root.

    Extension Methods

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