Show / Hide Table of Contents

    Interface ICplexBranchedCallback

    Callback which allows to intercept Cplex branching decisions.

    Namespace: OPTANO.Modeling.Optimization.Solver.Cplex
    Assembly: Optimization.Solver.Cplex.dll
    Syntax
    public interface ICplexBranchedCallback

    Events

    Branched

    Occurs when Cplex branches on a node.

    Declaration
    event EventHandler<CplexBranchingEventArgs> Branched
    Event Type
    Type Description
    System.EventHandler<CplexBranchingEventArgs>

    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