Scippy

SCIP

Solving Constraint Integer Programs

stptest_da.c File Reference

Detailed Description

tests for Steiner tree dual-ascent

Author
Daniel Rehfeldt

This file implements unit tests for Steiner tree dual-ascent methods.

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

Definition in file stptest_da.c.

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

Go to the source code of this file.

Functions

static SCIP_RETCODE testDaPathsPcMw3EdgesWorks (SCIP *scip)
 
SCIP_RETCODE stptest_dapaths (SCIP *scip)
 

Function Documentation

◆ testDaPathsPcMw3EdgesWorks()

◆ stptest_dapaths()

SCIP_RETCODE stptest_dapaths ( SCIP scip)

tests DA paths methods

Parameters
scipSCIP data structure

Definition at line 90 of file stptest_da.c.

References SCIP_CALL, SCIP_OKAY, and testDaPathsPcMw3EdgesWorks().

Referenced by stptest_testAll().