__init__ (model, variable_list[, ...])
|
Constructs a Pyomo Solution object. |
get_fixed_variable_names ()
|
Get a list of fixed-variable names. |
get_variable_name_values ([include_fixed, ...])
|
Get a dictionary of variable name-variable value pairs. |
pprint ([round_discrete, sort_keys, indent])
|
Print the solution variables and objective values. |
to_dict ([round_discrete])
|
|
to_string ([round_discrete, sort_keys, indent])
|
|