Scippy

SCIP

Solving Constraint Integer Programs

stptest_extutils.c File Reference

Detailed Description

tests for Steiner tree extended reduction utilites

Author
Daniel Rehfeldt

This file implements tests for Steiner problem reductions.

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

Definition in file stptest_extutils.c.

#include <stdio.h>
#include <assert.h>
#include "stptest.h"
#include "portab.h"
#include "graph.h"
#include "reduce.h"
#include "extreduce.h"

Go to the source code of this file.

Functions

static SCIP_RETCODE testMldistsBuilding (SCIP *scip)
 
static SCIP_RETCODE testDistCloseNodesPcAreValid1 (SCIP *scip)
 
static SCIP_RETCODE testDistCloseNodesPcAreValid2 (SCIP *scip)
 
static SCIP_RETCODE testDistCloseNodesPcAreValidAfterDeletion (SCIP *scip)
 
static SCIP_RETCODE testDistCloseNodesAreValid (SCIP *scip)
 
static SCIP_RETCODE testDistRootPathsAreValid (SCIP *scip)
 
static SCIP_RETCODE testDistDistancesAreValid (SCIP *scip)
 
SCIP_RETCODE stptest_extmldists (SCIP *scip)
 

Function Documentation

◆ testMldistsBuilding()

◆ testDistCloseNodesPcAreValid1()

◆ testDistCloseNodesPcAreValid2()

◆ testDistCloseNodesPcAreValidAfterDeletion()

◆ testDistCloseNodesAreValid()

◆ testDistRootPathsAreValid()

◆ testDistDistancesAreValid()

◆ stptest_extmldists()