scipopt / SCIPpp

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

Support accessing solving statistics #21

Closed TiloW closed 2 months ago

TiloW commented 5 months ago

Solving statistics currently need to be accessed via their C interface. This includes access to the obtained gap / dual bound.

See https://www.scipopt.org/doc-6.0.0/html/group__PublicSolvingStatsMethods.php for an overview.