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

A data structure to hold an IIS (Irreducible Infeasible Subsystem). More...

#include <iis.hpp>

Collaboration diagram for scippp::IIS:
[legend]

Public Attributes

std::vector< std::string > consIds
 Ids of the constraints in the IIS.
 

Detailed Description

A data structure to hold an IIS (Irreducible Infeasible Subsystem).

Since
1.4.0

Definition at line 12 of file iis.hpp.

Member Data Documentation

◆ consIds

std::vector<std::string> scippp::IIS::consIds

Ids of the constraints in the IIS.

Definition at line 14 of file iis.hpp.


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