Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

methods and files provided by the default IIS finders of SCIP

A detailed description what an IIS finder does and how to add a IIS finder to SCIP can be found here.

Modules

 Inclusion methods
 methods to include specific IIS finders into SCIP
 

Functions

SCIP_RETCODE SCIPiisGreedyMakeIrreducible (SCIP_IIS *iis)
 

Files

file  iisfinder_greedy.h
 greedy deletion and addition filter heuristic to compute IISs
 

Function Documentation

◆ SCIPiisGreedyMakeIrreducible()