Results 1 to 2 of 2

Thread: Controlling Gnumeric solver with python

  1. #1
    Join Date
    Dec 2008
    Beans
    5

    Controlling Gnumeric solver with python

    I'm using Gnumeric's solver for solving farm animals feeding problem. Solver and the model work well and now I would like to automate the process in Excel-like fashion.
    Does anyone know if it's possible to control the solver using the python shell or some other ingenious way?

    I'm not too familiar with C so reading the source seemed a bit too hard for me.

    I know, that it is possible to control both lpsolve and glpk straight with python. I just would like to do something in 'easy' way ...

  2. #2
    Join Date
    Jun 2008
    Beans
    287

    Re: Controlling Gnumeric solver with python

    Quote Originally Posted by Pellervo Kässi View Post
    I'm using Gnumeric's solver for solving farm animals feeding problem. Solver and the model work well and now I would like to automate the process in Excel-like fashion.
    Does anyone know if it's possible to control the solver using the python shell or some other ingenious way?

    I'm not too familiar with C so reading the source seemed a bit too hard for me.

    I know, that it is possible to control both lpsolve and glpk straight with python. I just would like to do something in 'easy' way ...
    I am not sure what you mean by Excel-like automation. But gnumeric is easy to control using R. Check out this link:
    http://http://www.omegahat.org/RGnum...troduction.pdf
    I suffer from web impatience. You have 5 seconds to amaze me.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •