ankane / or-tools-ruby

Operations research tools for Ruby
Apache License 2.0
171 stars 20 forks source link

Question: is there an equivalent to the Python CpModel.ExportToFile API in this library? #57

Closed rpate-ezcater closed 3 months ago

rpate-ezcater commented 3 months ago

The Python library has an CpModel.ExportToFile API that can dump a model as a text or binary file. Is there any equivalent here?

ankane commented 3 months ago

Hi @rpate-ezcater, added in the commit above.