SolverControl
Controls for general settings related to the solver
GetRunMaxTime
Definition
Set the maximum run time for the solver (in seconds).
Return
Type
Description
Default
Integer
The maximum runtime of the Solver. (Unit: seconds)
Int32.MaxValue
Example (Default Logic)
GetObjectiveFunctionType
Definition
Set the objective function type of the problem (Maximize or Minimize).
Parameter
Type
Description
IRunConfig
An IRunConfig object representing the run information.
Return
Type
Description
Default
Example (Default Logic)
GetProjectName
Definition
Sets the name of the current project.
Return
Type
Description
Default
Example (Default Logic)
GetOutputDirectoryPath
Definition
Set a directory to save the output data.
Return
Type
Description
Default
String
Directory path to save output data.
Null
Example (Default Logic)
Last updated