Looking for Source code for Linear programming

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • leo

    #1

    Looking for Source code for Linear programming

    I am looking for a source code for solving linear programming using
    simplex method. if any one of you have any code related to it in C,C++
    or JAVA then please send it to me immediately.

  • Ian Collins

    #2
    Re: Looking for Source code for Linear programming

    leo wrote:[color=blue]
    > I am looking for a source code for solving linear programming using
    > simplex method. if any one of you have any code related to it in C,C++
    > or JAVA then please send it to me immediately.
    >[/color]
    Have you tried google?

    --
    Ian Collins.

    Comment

    • Julian V. Noble

      #3
      Re: Looking for Source code for Linear programming

      leo wrote:[color=blue]
      >
      > I am looking for a source code for solving linear programming using
      > simplex method. if any one of you have any code related to it in C,C++
      > or JAVA then please send it to me immediately.[/color]

      "Numerical Recipes" has linear programming code in various languages,
      including Fortran, Pascal, C, C++, etc. They also have some snappy
      remarks about the linear programming community that might amuse you.

      I don't argue that a purist would find the code pretty, but I believe
      it works.

      --
      Julian V. Noble
      Professor Emeritus of Physics



      "For there was never yet philosopher that could endure the
      toothache patiently."

      -- Wm. Shakespeare, Much Ado about Nothing. Act v. Sc. 1.

      Comment

      Working...