Workspace¶
Constructor¶
|
Workspace represents an OPTMODEL block that allows multiple solves |
Methods¶
|
Returns a list of elements in the workspace |
|
Marks the specified model as active; to be used in solve statements |
|
Appends a new element (operation or statement) to the workspace |
|
Submits the workspace as an OPTMODEL block and returns solutions |
Retrieves the solutions to all solve statements |
|
Retrieves responses to all print statements |
|
|
Obtains the value of a specified variable name |
|
Specifies the value of a variable |
|
Returns equivalent OPTMODEL code of the workspace |