Loading...
Searching...
No Matches
A GAMSCheckpoint class captures the state of a GAMSJob after the GAMSJob.Run method has been carried out. Another GAMSJob can continue (or restart) from a GAMSCheckpoint. A GAMSCheckpoint constructed with a file name will create a file (extension .g00) for permanent storage when supplied as parameter on the GAMSJob.Run method. Moreover, a GAMSModelInstance is also initialized from a checkpoint that contains the model definition of the model instance.
More...
A GAMSCheckpoint class captures the state of a GAMSJob after the GAMSJob.Run method has been carried out. Another GAMSJob can continue (or restart) from a GAMSCheckpoint. A GAMSCheckpoint constructed with a file name will create a file (extension .g00) for permanent storage when supplied as parameter on the GAMSJob.Run method. Moreover, a GAMSModelInstance is also initialized from a checkpoint that contains the model definition of the model instance.
◆ AddModelInstance()
GAMSModelInstance GAMS.GAMSCheckpoint.AddModelInstance |
( |
string |
modelInstanceName = null | ) |
|
|
inline |
Create model instance.
- Parameters
-
modelInstanceName | Identifier of GAMSModelInstance (determined automatically if omitted) |
- Returns
- Reference to GAMSModelInstance
◆ Name
string GAMS.GAMSCheckpoint.Name |
|
get |
◆ WorkSpace