Wrapper for a SCIP solution. More...
#include <solution.hpp>
Public Attributes | |
| Scip * | scip { nullptr } |
| Pointer to the underlying SCIP object. | |
| SCIP_Sol * | sol { nullptr } |
| Pointer to the underlying SCIP solution. | |
| Scip* scippp::Solution::scip { nullptr } |
Pointer to the underlying SCIP object.
Definition at line 15 of file solution.hpp.
| SCIP_Sol* scippp::Solution::sol { nullptr } |
Pointer to the underlying SCIP solution.
Definition at line 17 of file solution.hpp.