Functions¶
Utility Functions¶
|
Converts dictionaries to DataFrame objects for pretty printing |
|
Creates a set within specified range |
|
Converts a |
|
Returns values of the given arguments as a merged pandas DataFrame |
|
Summation function for |
|
Summation function for |
|
Resets package configs and internal counters |
Abstract Actions¶
|
Reads data tables inside Set and Parameter objects |
|
Creates data tables from variables, parameters, and expressions |
|
Solves the active optimization problem and generates results |
|
Creates a for-loop container to be executed on the server |
|
Creates a cofor-loop to be executed on the server concurrently |
|
Creates an if-else block |
|
Creates several if-else blocks by using the specified arguments |
|
Creates an assignment statement |
|
Fixes values of variables to the specified values |
|
Unfixes values of variables |
|
Specifies the objective function |
|
Prints the specified argument list on server |
|
Prints the specified item values to the output log |
Prints expanded problem to output |
|
|
Drops the specified constraints or constraint groups from model |
|
Restores dropped constraint and constraint groups |
|
Aggregates the specified sets and set expressions |
|
Gets the difference between set and set expressions |
|
Gets the substring of the specified positions |
|
Changes the currently active problem |
Math Functions¶
|
Function wrapper for math functions |
|
Absolute value function |
|
Natural logarithm function |
|
Logarithm function in base 2 |
|
Logarithm function in base 10 |
|
Exponential function |
|
Square root function |
|
Modulo function |
|
Integer value function |
|
Sign value function |
|
Largest value function |
|
Smallest value function |
|
Sine function |
|
Cosine function |
|
Tangent function |