Skip to content

yaniv8360/linearProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This Python script uses the PuLP library to define and solve a Linear Programming (LP) problem. The goal is to find the minimum vertex cover for a given graph. The script is specifically designed to compare the results of a linear programming algorithm with those of a naive algorithm for finding the minimum vertex cover in different graphs. If there is a difference between the LP objective value and the naive algorithm result, it prints a message indicating the difference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages