Scippy

GCG

Branch-and-Price & Column Generation for Everyone

dec_hrcgpartition.h File Reference

Detailed Description

arrowhead and bordered detector via graph partitioning (uses hmetis)

Author
Martin Bergner

Definition in file dec_hrcgpartition.h.

#include "scip/scip.h"
#include "type_decomp.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeDetectorHrcgpartition (SCIP *scip)
 

Function Documentation

◆ SCIPincludeDetectorHrcgpartition()

SCIP_RETCODE SCIPincludeDetectorHrcgpartition ( SCIP *  scip)

creates the hrcgpartition presolver and includes it in SCIP

Definition at line 821 of file dec_hrcgpartition.cpp.

References DEC_DetectorData::alpha, DEC_DetectorData::beta, DEC_DetectorData::consWeight, DEC_DetectorData::consWeightSetppc, DEC_DECCHAR, DEC_DESC, DEC_DETECTORNAME, DEC_ENABLED, DEC_ENABLEDFINISHING, DEC_ENABLEDPOSTPROCESSING, DEC_FREQCALLROUND, DEC_FREQCALLROUNDORIGINAL, DEC_MAXCALLROUND, DEC_MAXCALLROUNDORIGINAL, DEC_MINCALLROUND, DEC_MINCALLROUNDORIGINAL, DEC_PRIORITY, DEC_SKIP, DEC_USEFULRECALL, DECincludeDetector(), DEFAULT_ALPHA, DEFAULT_BETA, DEFAULT_CONSWEIGHT, DEFAULT_CONSWEIGHT_SETPPC, DEFAULT_DUMMYNODES, DEFAULT_MAXBLOCKS, DEFAULT_MAXNBLOCKCANDIDATES, DEFAULT_METIS_UBFACTOR, DEFAULT_METIS_VERBOSE, DEFAULT_METISUSEPTYPE_RB, DEFAULT_MINBLOCKS, DEFAULT_RANDSEED, DEFAULT_REALNAME, DEFAULT_TIDY, DEFAULT_VARWEIGHT, DEFAULT_VARWEIGHTBIN, DEFAULT_VARWEIGHTCONT, DEFAULT_VARWEIGHTIMPL, DEFAULT_VARWEIGHTINT, detectorPostprocessPartialdecHrcgpartition, DEC_DetectorData::dummynodes, DEC_DetectorData::maxblocks, DEC_DetectorData::maxnblockcandidates, DEC_DetectorData::metisubfactor, DEC_DetectorData::metisuseptyperb, DEC_DetectorData::metisverbose, DEC_DetectorData::minblocks, DEC_DetectorData::randomseed, DEC_DetectorData::realname, DEC_DetectorData::tidy, DEC_DetectorData::varWeight, DEC_DetectorData::varWeightBinary, DEC_DetectorData::varWeightContinous, DEC_DetectorData::varWeightImplint, and DEC_DetectorData::varWeightInteger.

Referenced by SCIPincludeGcgPlugins().