ankane / or-tools-ruby

Operations research tools for Ruby
Apache License 2.0
179 stars 25 forks source link

Adds num_workers and cp_model_presolve to SatParameters #51

Closed elliot-laster-ezc closed 1 year ago

elliot-laster-ezc commented 1 year ago

Adds setters for num_workers and cp_model_presolve. These flags are useful for performance tuning.

ankane commented 1 year ago

Thanks @elliot-laster-ezc!