Re: [racket-users] GLPK: how many chickens to invite to your picnic?

2017-06-23 Thread 'John Clements' via users-redirect

> On Jun 23, 2017, at 10:25, Robby Findler  wrote:
> 
> Docs link with examples? :)

But of course!

http://docs.racket-lang.org/glpk/index.html

John

> 
> On Fri, Jun 23, 2017 at 1:13 PM 'John Clements' via users-redirect 
>  wrote:
> Doing some operations research in Racket? Frustrated by the lack of linear 
> programming libraries? Well, be frustrated no more!
> 
> Actually, this is just a package announcement: I built a nice clean 
> one-function interface to GLPK, the Gnu Linear Programming Kit, allowing 
> primal simplex to do optimization on linear functions subject to linear 
> constraints on variables with arbitrary bounds. Hope it’s useful!
> 
> John Clements
> 
> 
> 
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] GLPK: how many chickens to invite to your picnic?

2017-06-23 Thread 'John Clements' via users-redirect
Doing some operations research in Racket? Frustrated by the lack of linear 
programming libraries? Well, be frustrated no more!

Actually, this is just a package announcement: I built a nice clean 
one-function interface to GLPK, the Gnu Linear Programming Kit, allowing primal 
simplex to do optimization on linear functions subject to linear constraints on 
variables with arbitrary bounds. Hope it’s useful!

John Clements



-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.