33#ifndef __SCIP_PUB_IISFINDER_H__
34#define __SCIP_PUB_IISFINDER_H__
common defines and data types used in all packages of SCIP
SCIP_RANDNUMGEN * SCIPiisGetRandnumgen(SCIP_IIS *iis)
void SCIPiisAddNNodes(SCIP_IIS *iis, SCIP_Longint nnodes)
SCIP * SCIPiisGetSubscip(SCIP_IIS *iis)
const char * SCIPiisfinderGetName(SCIP_IISFINDER *iisfinder)
void SCIPiisSetSubscipIrreducible(SCIP_IIS *iis, SCIP_Bool irreducible)
SCIP_Longint SCIPiisGetNNodes(SCIP_IIS *iis)
SCIP_IISFINDERDATA * SCIPiisfinderGetData(SCIP_IISFINDER *iisfinder)
int SCIPiisfinderGetPriority(SCIP_IISFINDER *iisfinder)
void SCIPiisfinderSetData(SCIP_IISFINDER *iisfinder, SCIP_IISFINDERDATA *iisfinderdata)
SCIP_Real SCIPiisGetTime(SCIP_IIS *iis)
void SCIPiisfinderInfoMessage(SCIP_IIS *iis, SCIP_Bool printheaders)
SCIP_Bool SCIPiisIsSubscipInfeasible(SCIP_IIS *iis)
void SCIPiisSetSubscipInfeasible(SCIP_IIS *iis, SCIP_Bool infeasible)
SCIP_Real SCIPiisfinderGetTime(SCIP_IISFINDER *iisfinder)
SCIP_Bool SCIPiisIsSubscipIrreducible(SCIP_IIS *iis)
const char * SCIPiisfinderGetDesc(SCIP_IISFINDER *iisfinder)
struct SCIP_IISfinder SCIP_IISFINDER
struct SCIP_IISfinderData SCIP_IISFINDERDATA
type definitions for miscellaneous datastructures
#define SCIP_DECL_SORTPTRCOMP(x)
struct SCIP_RandNumGen SCIP_RANDNUMGEN