Show / Hide Table of Contents

    Enum HeuristicStrategy

    This specifies the heuristic strategy. On some problems it is worth trying more comprehensive heuristic strategies by setting HeuristicStrategy to Enhanced or Extensive. Refers to: http://www.maths.ed.ac.uk/hall/Xpress/FICO_Docs/optimizer/HTML/HEURSTRATEGY.html

    Namespace: OPTANO.Modeling.Optimization.Solver.FicoXpress843.ConfigurationEnums
    Assembly: Optimization.Solver.FicoXpress843.dll
    Syntax
    public enum HeuristicStrategy

    Fields

    Name Description
    Automatic

    Automatic selection of heuristic strategy.

    Basic

    Basic heuristic strategy.

    Enhanced

    Enhanced heuristic strategy.

    Extensive

    Extensive heuristic strategy.

    None

    No heuristics

    Extension Methods

    ReflectionHelper.GetFieldValue(String)
    ReflectionHelper.SetFieldValue(String, Object)
    ExtensionMethods.Clone<HeuristicStrategy>()
    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