Class ScipOptSolverConfiguration
Inherited Members
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.
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 |