iisfinder_greedy.h
Go to the documentation of this file.
32 * An irreducible infeasible subsystem (IIS) is a subset of the constraints and bounds from a problem
37 * Both these approaches can be augmented to include bounds. That is, existing bounds can be deleted
45 * If the appropriate parameters are set then we can guarantee that the result is irreducible, i.e.,
46 * an irreducible infeasible subsystem (IIS). Otherwise we may only obtain an infeasible subsystem (IS).
50/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
75/** perform the greedy deletion algorithm with singleton batches to obtain an irreducible infeasible subsystem (IIS) */
SCIP_RETCODE SCIPiisGreedyMakeIrreducible(SCIP_IIS *iis)
Definition: iisfinder_greedy.c:1120
SCIP_RETCODE SCIPincludeIISfinderGreedy(SCIP *scip)
Definition: iisfinder_greedy.c:1030
Definition: multiprecision.hpp:66
SCIP callable library.
Definition: struct_iisfinder.h:59
Definition: struct_scip.h:72