Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psco-2019-gp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Heinrichs
psco-2019-gp
Graph
master
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
May
27
23
21
20
14
7
6
30
Apr
29
27
26
24
23
20
18
17
9
Merge branch 'master' of gitlab.informatik.hu-berlin.de:scherzej/psco-2019-gp
master
master
Added two smaller graphs
Integrate push relabel
Push-Relabel Max Flow
A few changes for Edmonds-Karp
Add IBFS invariant verification
Avoid running lb algos without satisfied requirements
Fix segfault and assertion failures in IBFS algorithm
Add option for lower bound algo selection
First try to include multiple lower bound algorithms
Validate input vectors
Tests for Edmonds-Karp
Add IBFS test cases
Add IBFS implementation
Fixed overflow error
To do: Tests for edmonds_karp
multiple sources and sinks
Update benchmark
Some tests
New graph with 40 nodes
Adjust member identifiers and datatype of edge indices
Avoid redundant control variable
Fix assertion
Deleted useless lines
testint bnb on first graph
fixed assertions
remove endless lope cause by next_possible_partition; fixed correctness of algorithm; first decision doesn't create 2 branches anymore (symmetrie)
command line argument as file path now
One test case for max-flow algorithm
Added max-flow cpp
Edmonds-Karp Max Flow
test example
Fix partition constructor
Add first part of the benchmark
Refactor graph identifiers
Delete graph's default constructor
Refactor bnb
Change pointer to reference to graph in partition
Extend partition to requirements of bnb
Avoid confusion with num_vertices() of graph