SCIP++
refs/heads/main
Loading...
Searching...
No Matches
solution.hpp
1
#pragma once
2
3
// forward declare
4
struct
Scip;
5
struct
SCIP_Sol;
6
7
namespace
scippp
{
8
13
struct
Solution
{
15
Scip*
scip
{
nullptr
};
17
SCIP_Sol*
sol
{
nullptr
};
18
};
19
20
}
scippp
C++ wrapper for SCIP.
Definition:
constant_coefficient.hpp:5
scippp::Solution
Wrapper for a SCIP solution.
Definition:
solution.hpp:13
scippp::Solution::scip
Scip * scip
Pointer to the underlying SCIP object.
Definition:
solution.hpp:15
scippp::Solution::sol
SCIP_Sol * sol
Pointer to the underlying SCIP solution.
Definition:
solution.hpp:17
include
scippp
solution.hpp
Generated on Tue May 21 2024 14:41:55 for SCIP++ by
1.9.6