SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::Solution Struct Reference

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.
 

Detailed Description

Wrapper for a SCIP solution.

Since
1.0.0

Definition at line 13 of file solution.hpp.

Member Data Documentation

◆ scip

Scip* scippp::Solution::scip { nullptr }

Pointer to the underlying SCIP object.

Definition at line 15 of file solution.hpp.

◆ sol

SCIP_Sol* scippp::Solution::sol { nullptr }

Pointer to the underlying SCIP solution.

Definition at line 17 of file solution.hpp.


The documentation for this struct was generated from the following file: