Ecosyste.ms: Repos

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

GitHub topics: vertex-cover

lucasmonteiro001/ufmg_vertex-cover

Vertex cover search implemented in C

Language: C - Size: 282 KB - Last synced: about 1 month ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

fontanf/stablesolver

A solver for the maximum(-weight) independent set and the maximum(-weight) clique problems

Language: C++ - Size: 302 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 6 - Forks: 0

Nonoxali/Vertex-cover

Naive and optimized greedy solutions to the NP-Hard Vertex cover problem with a basic GUI

Language: Python - Size: 13.7 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

monicahomescu/Graph-ADT-and-Algorithms

BFS, FLoyd Warshall, topological sorting, etc.

Language: Python - Size: 16.6 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

SleekPanther/minimum-weighted-vertex-cover-approximation-algorithm

Approximation Algorithm for the NP-Complete problem of finding a vertex cover of minimum weight in a graph with weighted vertices. Guarantees an answers at most 2 times the optimal minimum weighted vertex cover

Language: Java - Size: 875 KB - Last synced: 8 months ago - Pushed: over 5 years ago - Stars: 6 - Forks: 2

IshanMehta115/Linear-Optimization

This repository contains the assignments done during the Linear Optimization course offered by Indraprastha Institute of Information Technology, Delhi during Winter 2023.

Language: Python - Size: 813 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

AnanyaBal/Finding_Minimum_Vertex_Cover

Research project on algorithms for Minimum Vertex Cover Problem + Our algorithm

Language: Java - Size: 567 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

MariaMaj59/Vertex_cover

адача о вершинном покрытии минимальной мощности.

Language: C# - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

tiasondjaja/circular_societies

Python tools for visualizing and generating examples of "circular societies" in approval voting.

Language: Jupyter Notebook - Size: 1.83 MB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

EmreKumas/MWVCP-Genetic-Algorithm 📦

In MWVCP, a member of np-complete family, it is required to find the vertex cover of a given graph such that the sum of the weights of the nodes is the minimum. A vertex cover of a graph is “a set of vertices such that each edge of the graph is incident to at least one vertex of the set”.

Language: Python - Size: 1.28 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 4 - Forks: 1

arruw/fri-1920-ara-01-sat 📦

Approximation and randomized algorithms - Assignment 01 - SAT

Language: Python - Size: 462 KB - Last synced: over 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

xuzijian629/combopt-zero

A reinforcement learning based solver for combinatorial problems

Language: C++ - Size: 1.55 MB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 36 - Forks: 9

andreyomatveev/hitting-set

A Haskell HittingSetModule.hs module exporting a function that finds the lexicographically minimal blocking set, of minimum cardinality, of a family of sets of integers. In the spirit of Theorem 9.12(ii) and Example 9.13 from the monograph A.O. Matveev, Symmetric Cycles, Jenny Stanford Publishing, 2023.

Language: Haskell - Size: 75.2 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

danielslz/minimum-vertex-cover

Hybrid greedy algorithm to compute Minimum Vertex Cover.

Language: Python - Size: 15.2 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

adamjhc/stream-vertex-cover

Parameterized Streaming Algorithms for Vertex Cover

Language: Python - Size: 57.5 MB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

zena123/vertex-cover-approximation

Advanced Algorithms task

Language: Java - Size: 4.43 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

joeylr2042/Traffic-Cameras-Management-with-Vertex-Cover

Finding shortest path and minimum vertex cover of the street graph.

Language: C++ - Size: 5.47 MB - Last synced: 12 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 1

edcuba/vertex-cover-py

Solving a vertex cover problem using various approaches using heuristics.

Language: Jupyter Notebook - Size: 9.77 KB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

RBaLa/Streetmap

Program that gets from user or randomly generates streets (multilinear segment approximation) with name and segment coordinates, gets the graph formed by the streets with intersections and adjacent street nodes as vertices, and finds shortest path (one of) between any 2 nodes of the resultant undirected and unweighted graph. Vertex Cover program uses miniSAT to find vertex cover in the graph generated.

Language: C++ - Size: 449 KB - Last synced: 8 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

JVerbruggen/Fontys_Algorithmics_Graphs

Fontys Academic Preparations Exercise - Vertex Cover Algorithm

Language: Python - Size: 66.4 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 3 - Forks: 0

dileep-kishore/CombOpt.jl

Combinatorial Optimization and Graph Algorithms in Julia

Language: Julia - Size: 1.07 MB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

MKaczkow/genetic_algo

Solving vertex cover prolem with Python using genetic algorithm

Language: Python - Size: 9.77 KB - Last synced: over 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

OmorFarukMashuk/ECE_650_a5_project

Language: C++ - Size: 159 KB - Last synced: 12 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

25icecreamflavors/2course

Code from seminars and homework, second year in the university

Language: Jupyter Notebook - Size: 5.02 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

priyanshsaxena/AlgorithmDesign

Assignments done during CS403, Even Semester 2016-2017, IIT Mandi

Language: C++ - Size: 1010 KB - Last synced: over 1 year ago - Pushed: almost 7 years ago - Stars: 4 - Forks: 1

nicolasbuitrago/VertexCover

Java application that solves the vertex cover problem given a certain graph.

Language: Java - Size: 38.1 KB - Last synced: over 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

arora-aditya/ECE208

ECE 208 Bonus Assignment

Language: Jupyter Notebook - Size: 2.05 MB - Last synced: over 1 year ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

shuaipeng123/SatSolver

SAT Solver in C++

Language: Makefile - Size: 832 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

retrocausal/cs-fundamentals

revisit fundamentals

Language: JavaScript - Size: 41 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

nhays89/mission-improbable

ACM ICPC World Finals 2017 Problem C

Language: C++ - Size: 8.79 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

Related Keywords
vertex-cover 30 graph 5 graph-algorithms 3 graph-theory 3 approximation-algorithms 3 genetic-algorithm 2 algorithms 2 clique 2 independent-sets 2 np-complete 2 combinatorial-algorithms 2 knapsack-problem 2 dijkstra 2 minimum-weighted-vertex-cover 2 process 2 python 2 algorithm 2 minimum-spanning-tree 2 maximum-clique 2 pipe 2 minisat 2 java 2 market-basket-analysis 1 cleaning-data 1 calculus 1 2-opt 1 threading 1 shortest-paths 1 optimization 1 mutiprocessing 1 multithreading 1 python-igraph 1 set-cover 1 scheduling-algorithms 1 max-flow 1 matching-algorithm 1 thread 1 bfs-search 1 bellman-ford 1 kernalizing 1 smallest-vertex-covering-sets 1 maximal-bipartite-matching 1 bipartite-graphs 1 udacity 1 sorting-algorithms 1 shortest-path 1 javascript 1 independant-set 1 binary-search 1 sat-solver 1 reduction 1 tseitin-transformation 1 sat 1 klee 1 dpll 1 discrete-mathematics 1 cnf 1 stable-marriage 1 mincut 1 maxflow 1 kruskal-algorithm 1 interval-partitioning 1 huffman-coding 1 gale-shapley 1 ford-fulkerson 1 closest-pair 1 c-plus-plus 1 bfs 1 tsp 1 pandas 1 linear-programming 1 interior-point-method 1 integer-linear-programming 1 ellipsoid-method 1 weighted-vertex-cover 1 vertices 1 vertex 1 pricing-method 1 patulo 1 patullo 1 pattulo 1 pattullo 1 noahpatullo 1 noah-patullo 1 noah 1 edge-cost 1 approximation 1 algorithm-design 1 floyd-warshall 1 directed-acyclic-graph 1 breadth-first-search 1 np-hard-problem 1 greedy-algorithm 1 maximum-weighted-independent-set 1 maximum-independent-set 1 c 1 cplusplus 1 streaming 1 networkx 1 kafka 1