sepa_partition.h File Reference
Detailed Description
simple partition-separator
Definition in file sepa_partition.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeSepaPartition (SCIP *scip) |
Function Documentation
◆ SCIPincludeSepaPartition()
SCIP_RETCODE SCIPincludeSepaPartition | ( | SCIP * | scip | ) |
creates the Partition separator and includes it in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 476 of file sepa_partition.c.
References NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeSepaBasic(), SCIPsetSepaCopy(), SEPA_DELAY, SEPA_DESC, SEPA_FREQ, SEPA_MAXBOUNDDIST, SEPA_NAME, SEPA_PRIORITY, and SEPA_USESSUBSCIP.
Referenced by SCIP_DECL_SEPACOPY(), and SCIPincludeCycPlugins().