__init__ (model, time[, context])
|
Construct with a model and a set. |
copy_values_at_time ([source_time, target_time])
|
Copy values of all time-indexed variables from source time point to target time points. |
get_data_at_time ([time, include_expr])
|
Gets data at a single time point or set of time points. |
get_indexed_expressions ()
|
|
get_indexed_variables ()
|
|
get_penalty_from_target (target_data[, time, ...])
|
A method to get a quadratic penalty expression from a provided setpoint data structure |
get_piecewise_constant_constraints (...[, ...])
|
A method to get an indexed constraint ensuring that inputs are piecewise constant. |
get_scalar_expressions ()
|
|
get_scalar_variable_data ()
|
Get data corresponding to non-time-indexed variables. |
get_scalar_variables ()
|
|
load_data (data[, time_points, tolerance, ...])
|
Method to load data into the model. |
shift_values_by_time (dt)
|
Shift values in time indexed variables by a specified time offset. |