type_iisfinder.h
Go to the documentation of this file.
36/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
74 * This method is called to generate an IIS (irreducible infeasible subsystem) for an infeasible problem.
75 * It creates a copy of the SCIP instance and performs different algorithms to create a still infeasible
83 * possible return values for *result (if more than one applies, the first in the list should be used):
88#define SCIP_DECL_IISFINDEREXEC(x) SCIP_RETCODE x (SCIP_IIS* iis, SCIP_IISFINDER* iisfinder, SCIP_RESULT* result)
common defines and data types used in all packages of SCIP
Definition: struct_iisfinder.h:59
Definition: struct_iisfinder.h:46
type definitions for LP management
result codes for SCIP callback methods
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure