Class ParameterSettings
Inheritance
System.Object
ParameterSettings
Assembly: Optano.Performance.Analyzer.dll
public class ParameterSettings : object
Properties
Declaration
public FileInfo InstanceList { get; set; }
Property Value
Type |
Description |
FileInfo |
|
Declaration
public double MipGap { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool PrintHelp { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public FileInfo ResultFile { get; set; }
Property Value
Type |
Description |
FileInfo |
|
Declaration
public SolverEnum SolverToUse { get; set; }
Property Value
Declaration
public TimeSpan TimeLimit { get; set; }
Property Value
Type |
Description |
TimeSpan |
|
Extension Methods