An open API service providing repository metadata for many open source software ecosystems.

Topic: "bipartite-matching"

hotelll/Music_Plagiarism_Detection

"Music Plagiarism Detection via Bipartite Graph Matching", paper is avaliable on Arxiv.

Language: Python - Size: 178 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 2

sharyash81/Algorithm-Design

Algorithm design course in my forth semester of university

Language: C# - Size: 30.3 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 2

pl3onasm/CLRS

Advanced algorithms and generic data structures in C

Language: C - Size: 10.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 6 - Forks: 1

ocramz/assignment-riemann-opt

minimum bipartite matching via Riemann optimization

Language: Python - Size: 21 MB - Last synced at: 5 months ago - Pushed at: 8 months ago - Stars: 5 - Forks: 1

Ren-Research/LOMAR

[ICML 2023] Learning for Edge-Weighted Online Bipartite Matching with Robustness Guarantees

Language: Python - Size: 666 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

HeddaCohenIndelman/PerturbedStructuredPredictorsDirect

This is the official implementation of the bipartite matching experiment from the paper "Learning Randomly Perturbed Structured Predictors for Direct Loss Minimization".

Language: Python - Size: 58.6 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 1

rishi1999/pixel-shuffle

rearrange the pixels of one image to create another image; not your usual image morph app

Language: Jupyter Notebook - Size: 62.2 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

guoyangqin/approx_bipartite_match

Python implementation of an approximate Euclidean bipartite matching algorithm proposed by a 2004 paper "A Near-Linear Constant-Factor Approximation for Euclidean Bipartite Matching?" by Pankaj Agarwal and Kasturi Varadarajan.

Language: Python - Size: 68.4 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

slaypni/randomized-hopcroft-karp

An algorithm to find maximum cardinality matching of bipartite graph

Language: TypeScript - Size: 66.4 KB - Last synced at: 1 day ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

long-gong/switch-simulator

Switch Simulator for Our QPS Paper

Language: C - Size: 66.4 KB - Last synced at: 5 months ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

dilsonpereira/BipartiteMatching

Python implementation of algorithms for maximum cardinality matching and maximum cost assignment in bipartite graphs

Language: Python - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

Electron1997/Algorithms

Custom implementation of some algorithms in C++

Language: C++ - Size: 125 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

justfetz/iit-cs-535-advanced-algorithms-notes

A repo for notes from DAA-535-IIT

Size: 11.1 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

kristerus/Graph-and-Networking-Algorithms

This is a repository, containing several types of most used computer science algorithms

Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

maorshutman/bipmat

A C++ graph-based implementation of the Kuhn-Munkres (Hungarian) algorithm.

Language: C++ - Size: 433 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

cynicphoenix/Successive-Shortest-Path-Algorithm

Min Cost Perfect Bipartite Matching Algorithm

Language: Java - Size: 6.29 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

speters9/JobMatch

Implementing a series of matching algorithms to connect individuals with their desired placements in a way that optimizes preferred outcomes for all.

Language: Python - Size: 78.4 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

bergio13/heuristic-optimization-MWCCP

Construction Heuristics, Local Search, VND, GRASP, GVNS, GA and ACO applied to the Minimum Wieghted Crossings with Constraints Problem (MWCCP)

Language: Jupyter Notebook - Size: 21.1 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

bzquatre/biparti_transvarsal_minimal

the algorithm works by first finding a maximum matching in the bipartite graph, which is a set of edges that pairs as many nodes as possible without sharing any common nodes. Then, the maximum matching is converted into a vertex cover, which is a set of nodes that covers all the edges in the graph

Language: Inno Setup - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

murtuswami/Data-Analysis-and-Optimization-for-Bike-Sharing-in-London

The aim of this project is to analyze demand/supply trends for bike sharing applications in central London. The project is split into two parts a Data Analysis section and an Optimization Model for solving the Bike Reposition Problem.

Language: Jupyter Notebook - Size: 74.1 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

tomaarsen/PerfectBipartiteMatching

Solution to an perfect bipartite matching problem

Language: Python - Size: 568 KB - Last synced at: 7 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

v-shenoy/daa-assignments

Assignments done as part of the course Design & Analysis of algorithms at BITS Pilani, Hyderabad Campus.

Language: C++ - Size: 414 KB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

aben20807/graph_theory

1071_圖形理論 GRAPH THEORY

Language: C - Size: 15.6 KB - Last synced at: 6 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Related Topics
bipartite-graphs 3 algorithms 3 graph-algorithms 3 hungarian-algorithm 3 edit-distance 2 kuhn-munkres 2 optimization 2 matching 2 minimum-spanning-trees 2 push-relabel 2 transvarsal-minimal 1 ford-fulkerson 1 strongly-connected-components 1 graphs-algorithms 1 max-flow-min-cost 1 perfect-bipartite-matching 1 manifold-optimization 1 riemannian-optimization 1 sgd 1 void-pointers 1 alghorithm 1 stable-marriage 1 matching-algorithm 1 linear-programming-solver 1 machine-learning 1 prims-algorithm 1 networking 1 kruskal-algorithm 1 ford-fulkerson-algorithm 1 dijkstra-algorithm 1 depth-first-search 1 data-structures 1 breadth-first-search 1 binary-search-tree 1 pixel-manupulation 1 union-find 1 strassen 1 red-black-tree 1 prim 1 network-flow 1 kruskal 1 karatsuba 1 huffman 1 hashtable 1 generic 1 fulkerson 1 fibonacci-heap 1 fast-fourier-transform 1 dijkstra 1 clrs 1 variable-neighbourhood-descent 1 metaheuristics 1 local-search 1 heuristics 1 gvns 1 grasp 1 genetic-algorithm 1 ant-colony-optimization 1 aco 1 euclidean-matching 1 approximation-algorithms 1 simulator 1 input-queued-switch 1 crossbar-scheduler 1 c89 1 jupyter-notebook 1 image-morphing-animations 1 image-morphing 1 image-merger 1 image-merge 1 command-line-interface 1 cli-app 1 cli 1 sspa 1 minimum-cost 1 hungarian 1 suffix-tree 1 suffix-array 1 string-matching 1 simplex-algorithm 1 shortest-path-algorithm 1 sat 1 pattern-matching 1 linear-programming 1 lcp-array 1 edmonds-karp-algorithm 1 clustering 1 burrows-wheeler-transform 1 primal-dual-algorithm 1 maximum-cost-matching 1 maximum-cardinality-matching 1 assignment-problem 1 bellman-ford-algorithm 1 algorithms-and-data-structures 1 plagiarism-detection 1 music 1 dataset 1 structure-learning 1 prediction-problem 1 icml2021 1