struct_iisfinder.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
49 SCIP_DECL_IISFINDERCOPY ((*iisfindercopy)); /**< copy method of IIS finder or NULL if you don't want to copy your plugin into sub-SCIPs */
68 SCIP_Bool irreducible; /**< Whether the subscip is an irreducible infeasible subsystem, i.e., an IIS */
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:65
Definition: struct_misc.h:139
Definition: struct_iisfinder.h:59
Definition: struct_iisfinder.h:46
SCIP_DECL_IISFINDERFREE((*iisfinderfree))
SCIP_DECL_IISFINDERCOPY((*iisfindercopy))
SCIP_DECL_IISFINDEREXEC((*iisfinderexec))
Definition: struct_misc.h:270
Definition: struct_scip.h:72
type definitions for IIS