cycplugins.c File Reference
Detailed Description
SCIP plugins for cycle clustering of markov state models.
Definition in file cycplugins.c.
#include "cycplugins.h"#include "scip/scipdefplugins.h"#include "sepa_edge.h"#include "sepa_subtour.h"#include "sepa_partition.h"#include "heur_fuzzyround.h"#include "branch_multinode.h"#include "heur_cyckerlin.h"#include "heur_redsize.h"#include "event_newsol.h"Go to the source code of this file.
Functions | |
| SCIP_RETCODE | SCIPincludeCycPlugins (SCIP *scip) |
Function Documentation
◆ SCIPincludeCycPlugins()
| SCIP_RETCODE SCIPincludeCycPlugins | ( | SCIP * | scip | ) |
includes default plugins for cycle clustering into SCIP
- Parameters
-
scip SCIP data structure
Definition at line 45 of file cycplugins.c.
References SCIP_CALL, SCIP_OKAY, SCIPincludeBranchruleMultinode(), SCIPincludeDefaultPlugins(), SCIPincludeEventHdlrNewsol(), SCIPincludeHeurCycGreedy(), SCIPincludeHeurCycKerlin(), SCIPincludeHeurFuzzyround(), SCIPincludeHeurRedsize(), SCIPincludeReaderCyc(), SCIPincludeSepaEdge(), SCIPincludeSepaPartition(), and SCIPincludeSepaSubtour().
Referenced by SCIPapplyRedSize(), and SCIPrunCyc().
