SCIP++
refs/heads/main
Loading...
Searching...
No Matches
iis.hpp
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
6
namespace
scippp
{
7
12
struct
IIS
{
14
std::vector<std::string>
consIds
;
15
};
16
17
}
scippp
C++ wrapper for SCIP.
Definition
constant_coefficient.hpp:5
scippp::IIS
A data structure to hold an IIS (Irreducible Infeasible Subsystem).
Definition
iis.hpp:12
scippp::IIS::consIds
std::vector< std::string > consIds
Ids of the constraints in the IIS.
Definition
iis.hpp:14
include
scippp
iis.hpp
Generated on Thu Dec 18 2025 14:30:58 for SCIP++ by
1.12.0