Skip to content

O(d!n) linear programming solver, based on Seidel (1991) algorithm

License

Notifications You must be signed in to change notification settings

miket-dev/lp-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear programming solver

C# and C++ implementations of Seidel algorithm for solving LPs.

Relevant paper: Seidel, R. (1991), "Small-dimensional linear programming and convex hulls made easy", Discrete & Computational Geometry 6 (1): 423–434, doi:10.1007/BF02574699

About

O(d!n) linear programming solver, based on Seidel (1991) algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published