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
Julian Scherzer
psco-2019-gp
Graph
master
Select Git revision
Branches
7
ci
fix_fa
forced_assignments
incremental_bfs
master
default
protected
multilevel
optimizations
7 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
17
Sep
28
Aug
29
Jul
26
25
22
21
9
2
1
26
Jun
24
19
18
17
12
11
10
6
5
4
3
31
May
29
28
27
23
21
20
14
7
6
30
Apr
29
27
26
24
23
20
18
17
9
Update README.md
master
master
Update README.md
Update README.md
delete to big graphs
Merge branch 'fix_fa' into 'master'
fixing endlessloop and visting more nodes than gp
fix_fa
fix_fa
Update benchmark
Merge branch 'master' of gitlab.informatik.hu-berlin.de:scherzej/psco-2019-gp
found and fixed bug in gp
Merge branch 'ek_reimplementation' into 'master'
Update edmonds karp implementation
Update benchmark
Merge branch 'optimizations' into 'master'
Delete conflict marker
optimizations
optimizations
Fix IBFS fault
Update cerr output
Update datatype of visited_nodes from int to unsigned long
Enable branching after degree
Merge branch 'forced_assignments' into 'master'
Update bnb.cpp
forced_assignme…
forced_assignments
Fix memory blow up
fix gp_.reset call in bnb
Update execute_gp.sh
Update execute_fa.sh
Rebase fa with master
script for fa
fixed fa, added fa as new lb option
forced assignments
script for fa
fixed fa, added fa as new lb option
Merge branch 'perf_optimization' into 'master'
Merge branch 'master' into 'perf_optimization'
Multilevel Algorithm with Iterated FM
multilevel
multilevel
updated edge indexing and added edge weights
Priority Queue used in Multilevel
PG Matching to coarsen a graph
Optimize greedy packing and incremental bfs
Optimize edmonds karp
Optimize greedy packing
Optimize ibfs