Skip to content

Implementation of the simplex algorithm for solving linear programming solutions using the Eigen linear algebra library.

License

Notifications You must be signed in to change notification settings

permutationlock/simplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simplex

Implementation of the simplex algorithm for solving linear programming solutions using the Eigen linear algebra library.

Requirements

The Eigen library and a compiler that supports the C++11 standard. The provided makefile uses GCC by default.

About

Implementation of the simplex algorithm for solving linear programming solutions using the Eigen linear algebra library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published