Separate Subtours-Elimination inequalities in Cycle-Clustering Applications.
Definition in file sepa_subtour.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeSepaSubtour (SCIP *scip) |
SCIP_RETCODE SCIPincludeSepaSubtour | ( | SCIP * | scip | ) |
creates the Subtour separator and includes it in SCIP
scip | SCIP data structure |
Definition at line 876 of file sepa_subtour.c.
References assert(), 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().