scipopt / SCIPpp

A C++ wrapper for SCIP
Apache License 2.0
19 stars 4 forks source link

Provide Model::epsilon #10

Closed hedtke closed 9 months ago

hedtke commented 10 months ago

as a shortcut for SCIPepsilon(Model::scip())

TiloW commented 9 months ago

Exposing SCIPisZero() and SCIPround() or something similar would be nice as well. Alternatively, you could just round integer variables when accessing them via your methods.