Returns a new instance of Model.
3 4 5 6 7 8
# File 'lib/clp/model.rb', line 3 def initialize @model = FFI.Clp_newModel @model.free = FFI["Clp_deleteModel"] FFI.Clp_setLogLevel(model, 0) end