Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
group-connectivity-pub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Radek Hušek
group-connectivity-pub
Commits
Commits · 29532439f2885a999e8b71b03c3a1d57e0da3abf
29532439f2885a999e8b71b03c3a1d57e0da3abf
Select Git revision
Selected
29532439f2885a999e8b71b03c3a1d57e0da3abf
Branches
1
master
default
protected
2 results
group-connectivity-pub
Author
Search by author
Any Author
authors
Radek Hušek
radek
Robert Samal
samal
2 authors
Browse files
Nov 09, 2017
groupConnectivityNaive: counting of satisfying flows
· 29532439
Radek Hušek
authored
8 years ago
29532439
guidedSubdivisionIterator: ...
· 3aaf61b7
Radek Hušek
authored
8 years ago
3aaf61b7
implementation of naive algorithm for group connectivity testing
· 4470b2bd
Radek Hušek
authored
8 years ago
4470b2bd
parmap.py: add doc strings
· b2d95f55
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
b2d95f55
small fix in chunkme()
· 91f2d78d
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
91f2d78d
guidedSubdivisionIterator: add context parametr
· e7350527
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
e7350527
parmap: rename option inOrder to in_order
· 3ab84fec
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
3ab84fec
parmap: add multimap & out_chunksize options
· 62d5e6f1
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
62d5e6f1
parmap: simplify generator termination
· c6046692
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
c6046692
parmap: Add option to not preserve order of items
· b8f62c17
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
b8f62c17
Silence compiler warnings
· 9e5925c9
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
9e5925c9
Add guidedSubdivisionIterator()
· 587e51d5
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
587e51d5
Add optimization based on matching subgraphs
· 5beba525
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
5beba525
parmap: Implementation improvement
· aa78b11d
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
aa78b11d
Time measurement
· 3abd8d39
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
3abd8d39
parmap: add queue_size option
· cd4ed502
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
cd4ed502
parmap: add chunksize option
· 8be21bb1
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
8be21bb1
parmap: decouple producer into separate thread
· abcebb96
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
abcebb96
Implement and enable double subdivision optimization
· f20caa71
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
f20caa71
API changes for double-subdivision optimization
· cf31a83f
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
cf31a83f
Time measurement
· 94184620
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
94184620
Turn on 2-cut optimization
· c4e6ebd6
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
c4e6ebd6
Mark code not need with USE_NEXT_FORB
· 84714b2b
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
84714b2b
Fix bugs in USE_TWO_CUTS
· 18fb35b1
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
18fb35b1
Implement Python part of 2-cut optimization
· 0efdd348
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
0efdd348
Include parmap.py in generated *.so
· 4a9adc94
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
4a9adc94
Implement C++ part of 2-cut optimization
· 9fb0f633
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
9fb0f633
Time measurements
· 1114d8c8
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
1114d8c8
Implement EXPLICIT_NORMAL_EDGES
· d196042c
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
d196042c
Add REQUIRE construct & new options
· 95e8bbd6
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
95e8bbd6
Move nextForb
· a27797e1
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
a27797e1
Refactor Tester::run()
· 5cc9577f
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
5cc9577f
Clean up option definitions
· e7be7573
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
e7be7573
Time measurements
· 856526e7
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
856526e7
Alternative way to generate next forbidden mapping
· f5d6650e
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
f5d6650e
Time measurements
· 10a336a3
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
10a336a3
Add OPTIMIZE_COMBINE & turn on OPTIMIZED_MAPPINGS
· 05d019c6
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
05d019c6
Time measurements
· 307b905d
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
307b905d
setup.py: add -funroll-loops option
· 15540cc2
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
15540cc2
Add optimized versions of Mapping class
· 0134460a
Radek Hušek
authored
9 years ago
and
Radek Hušek
committed
7 years ago
0134460a
Loading