Package: lpSolve Version: 5.6.23.9000 Title: Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "cre"), person("Michel", "Berkelaar", role = "aut") ) Description: Lp_solve is freely available (under LGPL 2) software for solving linear, integer and mixed integer programs. In this implementation we supply a "wrapper" function in C and some R functions that solve general linear/integer problems, assignment problems, and transportation problems. This version calls lp_solve version 5.5. License: LGPL-2 URL: https://github.com/gaborcsardi/lpSolve BugReports: https://github.com/gaborcsardi/lpSolve/issues Encoding: UTF-8 Repository: https://gaborcsardi.r-universe.dev Date/Publication: 2024-12-14 12:11:49 UTC RemoteUrl: https://github.com/gaborcsardi/lpsolve RemoteRef: HEAD RemoteSha: 811140e47299f2de4b89eba52997a37803108265 NeedsCompilation: yes Packaged: 2026-06-01 07:21:23 UTC; root Author: Gábor Csárdi [cre], Michel Berkelaar [aut] Maintainer: Gábor Csárdi