(class from pyomo.contrib.appsi.writers.nl_writer)
pyomo.contrib.appsi.writers.nl_writer
Bases: PersistentBase
PersistentBase
Methods
__init__([only_child_vars])
__init__
add_block(block)
add_block
add_constraints(cons)
add_constraints
add_params(params)
add_params
add_sos_constraints(cons)
add_sos_constraints
add_variables(variables)
add_variables
get_active_objective()
get_active_objective
get_ordered_cons()
get_ordered_cons
get_ordered_vars()
get_ordered_vars
remove_block(block)
remove_block
remove_constraints(cons)
remove_constraints
remove_params(params)
remove_params
remove_sos_constraints(cons)
remove_sos_constraints
remove_variables(variables)
remove_variables
set_instance(model)
set_instance
set_objective(obj)
set_objective
update([timer])
update
update_params()
update_params
update_variables(variables)
update_variables
write(model, filename[, timer])
write
Attributes
config
symbol_map
update_config
Member Documentation