Model

MOSInterface.runFunction
run(m::Model, blocking::Bool=true, poll_time::Number=1)

Run optimization model.

source
MOSInterface.set_interface_fileMethod
set_interface_file(m::Model, name::AbstractString, filepath::AbstractString)

Set interface file having a given name with data from a local file.

source