Scippy

SCIP

Solving Constraint Integer Programs

stptest_graphpath.c File Reference

Detailed Description

graph utility tests for Steiner tree problem methods

Author
Daniel Rehfeldt

This file implements graph utility tests for Steiner tree problems.

A list of all interface methods can be found in stptest.h.

Definition in file stptest_graphpath.c.

#include "scip/scip.h"
#include "stptest.h"
#include "graph.h"
#include "portab.h"

Go to the source code of this file.

Functions

static SCIP_RETCODE testTerminalPathsTo3NextFound (SCIP *scip)
 
static SCIP_RETCODE testTerminalPathsRepair (SCIP *scip)
 
static SCIP_RETCODE testTerminalPathsRepair2 (SCIP *scip)
 
static SCIP_RETCODE testTerminalPathsRepair3 (SCIP *scip)
 
static SCIP_RETCODE testSdRepair (SCIP *scip)
 
static SCIP_RETCODE testBiasedTerminalPathsTo4NextFound (SCIP *scip)
 
SCIP_RETCODE stptest_tpaths (SCIP *scip)
 

Function Documentation

◆ testTerminalPathsTo3NextFound()

static SCIP_RETCODE testTerminalPathsTo3NextFound ( SCIP scip)
static

◆ testTerminalPathsRepair()

static SCIP_RETCODE testTerminalPathsRepair ( SCIP scip)
static

◆ testTerminalPathsRepair2()

◆ testTerminalPathsRepair3()

static SCIP_RETCODE testTerminalPathsRepair3 ( SCIP scip)
static

◆ testSdRepair()

◆ testBiasedTerminalPathsTo4NextFound()

◆ stptest_tpaths()

SCIP_RETCODE stptest_tpaths ( SCIP scip)