Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
tpl_net_test.cc File Reference

Tests for Tpl Net. More...

#include <gtest/gtest.h>
#include <set>
#include <tpl_net.H>
Include dependency graph for tpl_net_test.cc:

Go to the source code of this file.

Functions

 TEST (NetGraphBasics, SourcesSinksUpdateOnArcOperations)
 
 TEST (NetGraphBasics, DisconnectConnectArcUpdatesSets)
 
 TEST (NetGraphSuperNodes, MakeAndUnmakeSuperSource)
 
 TEST (NetGraphSuperNodes, MakeAndUnmakeSuperSink)
 
 TEST (NetGraphFlowAlgorithms, FordFulkersonAndEdmondsKarp)
 
 TEST (NetGraphFlowAlgorithms, PreflowVariants)
 
 TEST (NetGraphAugmentingPaths, IncreaseFlowOnPath)
 
 TEST (NetGraphAugmentingPaths, SemiPathAndIncreaseFlow)
 
 TEST (NetGraphResidualHelpers, RemainingFlowAndFilter)
 
 TEST (NetGraphResidualNet, UpdateFlowFromResidual)
 
 TEST (NetGraphMinCut, ComputesCutCapacity)
 

Detailed Description

Tests for Tpl Net.

Definition in file tpl_net_test.cc.

Function Documentation

◆ TEST() [1/11]

TEST ( NetGraphAugmentingPaths  ,
IncreaseFlowOnPath   
)

◆ TEST() [2/11]

TEST ( NetGraphAugmentingPaths  ,
SemiPathAndIncreaseFlow   
)

◆ TEST() [3/11]

◆ TEST() [4/11]

◆ TEST() [5/11]

TEST ( NetGraphFlowAlgorithms  ,
FordFulkersonAndEdmondsKarp   
)

◆ TEST() [6/11]

TEST ( NetGraphFlowAlgorithms  ,
PreflowVariants   
)

◆ TEST() [7/11]

TEST ( NetGraphMinCut  ,
ComputesCutCapacity   
)

◆ TEST() [8/11]

TEST ( NetGraphResidualHelpers  ,
RemainingFlowAndFilter   
)

Definition at line 273 of file tpl_net_test.cc.

References Aleph::maps(), and nodes.

◆ TEST() [9/11]

TEST ( NetGraphResidualNet  ,
UpdateFlowFromResidual   
)

◆ TEST() [10/11]

◆ TEST() [11/11]