Detailed Description
tests for Steiner tree problem methods
This file implements tests for Steiner problems.
A list of all interface methods can be found in stptest.h.
Definition in file stptest_base.c.
Go to the source code of this file.
Functions | |
SCIP_RETCODE | stptest_testAll (SCIP *scip) |
Function Documentation
◆ stptest_testAll()
SCIP_RETCODE stptest_testAll | ( | SCIP * | scip | ) |
tests all
- Parameters
-
scip SCIP data structure
Definition at line 34 of file stptest_base.c.
References SCIP_CALL, SCIP_OKAY, stptest_completegraph(), stptest_csrdepo(), stptest_dapaths(), stptest_dcmst(), stptest_dheap(), stptest_extmldists(), stptest_extreduce(), stptest_pcreduce(), stptest_pseudoDel(), stptest_reduceBdk(), stptest_reduceBiconnected(), stptest_reduceBLCtree(), stptest_reduceNsvImplied(), stptest_reduceSdBiased(), stptest_reduceSdBiasedBottleneck(), stptest_reduceSdCliqueStar(), stptest_reduceSdGetter(), stptest_reduceSdStarBias(), stptest_reduceStar(), stptest_testHeurLocal(), stptest_testHeurTm(), stptest_testSolPrune(), and stptest_tpaths().
Referenced by presolveStp().