Interface¶
CAS (Viya)¶
|
Handles the connection between sasoptpy and the SAS Viya (CAS) server |
Model¶
|
Solve action for |
|
Wrapper for the MILP tuner |
|
Calls optimization.tuner CAS action to finds out the ideal configuration |
|
Submits the problem in MPS (DataFrame) format, supported by old versions |
|
Submits the problem in OPTMODEL format |
Performs post-solve operations |
|
|
Converts requested |
|
Performs post-solve assignment of variable values |
|
Performs post-solve assignment of constraint values |
Performs post-solve assignment of objective values |
|
Performs post-solve assignment of variable initial values |
|
Uploads user-defined decomposition blocks to the CAS server |
|
|
Converts internal model to MPS table and upload to CAS session |
Workspace¶
|
Submit action for custom input and |
|
Converts caller into OPTMODEL code and submits using optimization.runOptmodel action |
Parses results of workspace submission |
|
Performs post-solve assignment of |
SAS¶
|
Handles the connection between sasoptpy and SAS instance |
Model¶
|
Solve action for |
|
Submits the problem in MPS (DataFrame) format, supported by old versions |
|
Submits the problem in OPTMODEL format |
Parses MPS solution after solve and returns solution |
|
Performs post-solve operations |
|
|
Converts requested table name into |
|
Converts variable names to their original format if a placeholder gets used |
Performs post-solve operations for proper output display |
Workspace¶
|
Submit action for custom input and |
|
Submits given |
Parses results of workspace submission |
|
Performs post-solve assignment of |