Re: [R] Need advice on linear programming in R

2016-09-04 Thread Giorgio Garziano
Hi Michael, On top of all suggestions, I can mention the following packages for linear programming problems: https://cran.r-project.org/web/packages/linprog/linprog.pdf https://cran.r-project.org/web/packages/lpSolve/lpSolve.pdf https://cran.r-project.org/web/packages/clue/clue.pdf (see

Re: [R] Need advice on linear programming in R

2016-09-01 Thread Michael Hannon
ge.r-project.org/examples/lp.html> > > Best, > Florian > > Gesendet: Donnerstag, 01. September 2016 um 05:34 Uhr > Von: "Michael Hannon" <jmhannon.ucda...@gmail.com> > An: "R help" <r-help@r-project.org> > Betreff: [R] Need advice on linear program

Re: [R] Need advice on linear programming in R

2016-09-01 Thread Michael Hannon
Thanks, Peter. Not useless at all, but I'm somewhat overwhelmed by the choices. I'll have a closer look at some of them. -- Mike On Thu, Sep 1, 2016 at 1:24 AM, peter dalgaard wrote: > >> On 01 Sep 2016, at 05:34 , Michael Hannon wrote: >> >>

Re: [R] Need advice on linear programming in R

2016-09-01 Thread peter dalgaard
> On 01 Sep 2016, at 05:34 , Michael Hannon wrote: > > Greetings. A subset of a problem that the group I work with turns out to be > an optimization problem, in the sense of linear programming. > > We've looked at several approaches to this but haven't found one

[R] Need advice on linear programming in R

2016-08-31 Thread Michael Hannon
Greetings. A subset of a problem that the group I work with turns out to be an optimization problem, in the sense of linear programming. We've looked at several approaches to this but haven't found one that seems to be the right fit. I'm looking for some guidance in finding an R package that