Model
MOSInterface.Model — TypeMOS model struct.
MOSInterface.delete_results — Methoddelete_results(m::Model)Delete model results.
MOSInterface.get_id — Methodget_id(m::Model)Get model id.
MOSInterface.get_owner_id — Methodget_owner_id(m::Model)Get model owner id.
MOSInterface.get_system — Methodget_system(m::Model)Get model optimization modeling system.
MOSInterface.get_name — Methodget_name(m::Model)Get model name.
MOSInterface.get_description — Methodget_description(m::Model)Get model description.
MOSInterface.get_status — Methodget_status(m::Model)Get model status.
MOSInterface.reload — Methodreload(m::Model)Reload optimization model by pulling its latest data from MOS.
MOSInterface.run — Functionrun(m::Model, blocking::Bool=true, poll_time::Number=1)Run optimization model.
MOSInterface.set_interface_file — Methodset_interface_file(m::Model, name::AbstractString, filepath::AbstractString)Set interface file having a given name with data from a local file.
MOSInterface.set_interface_object — Methodset_interface_object(m::Model, name::AbstractString, data::Any)Set interface object having a given name with JSON-serializable data.
MOSInterface.show_components — Methodshow_components(m::Model)Display model components.
MOSInterface.show_recipe — Methodshow_recipe(m::Model)Show model execution recipe.