Skip to content

dogchef-be/php_lp_solve

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

lpsolve

A PHP extension to execute lpsolve, a Mixed Integer Linear Programming (MILP) solver.

Compatible with PHP >= 7.0

How to compile

apt-get install liblpsolve55-dev php7.4-dev

cd src
phpize
./configure
make

Credits

Languages

  • C 57.2%
  • HTML 36.5%
  • PHP 4.7%
  • Other 1.6%