About 52 results
Open links in new tab
  1. lpsolve - Solve a linear programming (LP) problem in R - Stack Overflow

    Jan 20, 2023 · The function takes in the coefficients of the objective function, the constraints matrix, the right-hand side values for the constraints, the direction of the constraints, and the type of the LP pr...

  2. r - Install lpSolve package - Stack Overflow

    Mar 10, 2014 · I am new to R. Can anyone tell me how can I add the lpSolve package to R on a mac for example which folder to add it to, etc? I couldn't find anything in the documentation.

  3. lpsolve - R for solving linear programming problems - Stack Overflow

    I am searching for a nice R package to solve linear programming models. I'm quite happy with the default lpSolve::lp, but there's no way to get the shadow and reduced prices. I need these, together...

  4. linear programming - lpsolve package in R - Stack Overflow

    May 21, 2013 · I'm using lpsolve package for linear programming but have read in its tutorial that only solves for non-negative variables. Here's my code: library (lpSolve) #linear programming solver c = c …

  5. Issue with "lpSolve" on R (maybe an installation issue)

    Sep 14, 2023 · Issue with "lpSolve" on R (maybe an installation issue) Asked 2 years, 5 months ago Modified 2 years, 5 months ago Viewed 188 times

  6. r - lpSolve issue with no feasible solution - Stack Overflow

    Jul 5, 2025 · lpSolve issue with no feasible solution Asked 7 months ago Modified 7 months ago Viewed 115 times

  7. How to install lpsolve for python 3.6? - Stack Overflow

    Feb 13, 2018 · 7 How I got lpsolve working with python 3.5.3 on raspbian: Install from repository

  8. lpSolve - optimize objective function to specific value

    Jun 2, 2016 · I m curious if it is possible to define an objective function to be optimized to a specific value instead of just 'min' or 'max'. E.g., I have a function which I want to optimize to 100 having some

  9. LPSolveAPI - how to find all solutions? - Stack Overflow

    Apr 11, 2023 · I am using LpSolveAPI package to solve a linear programming problem in R. This gives me one solution, but I would like to know if there are other solutions. Here is an example. Suppose I …

  10. R lpsolve binary find all possible solutions - Stack Overflow

    Feb 23, 2015 · R lpsolve binary find all possible solutions Asked 10 years, 11 months ago Modified 10 years, 11 months ago Viewed 3k times