Show / Hide Table of Contents

    Class ScipOptSolverConfiguration

    Inheritance
    System.Object
    SolverConfiguration
    ScipOptSolverConfiguration
    Inherited Members
    SolverConfiguration.LibraryPaths
    SolverConfiguration.CalculateDuals
    SolverConfiguration.MIPGap
    SolverConfiguration.MIPGapAbs
    SolverConfiguration.OptimalityTolerance
    SolverConfiguration.TimeLimit
    SolverConfiguration.RetryMultiObjectiveWithTolerance
    SolverConfiguration.ModelOutputFile
    SolverConfiguration.OutputFilesBeforeSolve
    SolverConfiguration.OutputFilesAfterSolve
    SolverConfiguration.LogFile
    SolverConfiguration.PriorityLevelTimeLimitDefinition
    SolverConfiguration.PriorityLevelMipGapDefinition
    SolverConfiguration.PriorityLevelQualityDegradationDefinition
    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: Optimization.Solver.ScipOpt70
    Assembly: Optimization.Solver.ScipOpt70.dll
    Syntax
    public class ScipOptSolverConfiguration : SolverConfiguration

    Constructors

    ScipOptSolverConfiguration()

    Declaration
    public ScipOptSolverConfiguration()

    Properties

    ExportFullParameterList

    Gets or sets a value indicating whether the full list of SCIP OPT parameters, or just the non-default values are exported, if the OutputFilesBeforeSolve or OutputFilesAfterSolve contains a ".prm" file.

    Declaration
    public bool ExportFullParameterList { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExportParametersWithDescription

    Gets or sets a value indicating whether descriptions for the SCIP OPT parameters are exported, if the OutputFilesBeforeSolve or OutputFilesAfterSolve contains a ".prm" file.

    Declaration
    public bool ExportParametersWithDescription { get; set; }
    Property Value
    Type Description
    System.Boolean

    ScipOptParameterInputFile

    Gets or sets the parameter input file for SCIP OPT. If a file is given, it is loaded BEFORE setting the other values from this ScipOptSolverConfiguration, such as MIPGap.
    I.e.: The values in ScipOptSolverConfiguration override the values from the config file.

    The file format and list of valid SCIP parameters can be found here:

    https://www.scipopt.org/doc/html/PARAMETERS.php

    Declaration
    public FileInfo ScipOptParameterInputFile { get; set; }
    Property Value
    Type Description
    System.IO.FileInfo

    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