simplex algorithm in php

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

    simplex algorithm in php

    do you have the simplex algorithm? the code in php please.... :o)

    tnk
    trullox :o)


  • NC

    #2
    Re: simplex algorithm in php

    trullox wrote:[color=blue]
    >
    > do you have the simplex algorithm? the code in php please.... :o)[/color]

    I doubt very much anyone has it... You can take the C code from
    Numerical Recipes:



    and port it...

    Cheers,
    NC

    Comment

    • NC

      #3
      Re: simplex algorithm in php

      NC wrote:[color=blue]
      > trullox wrote:[color=green]
      > >
      > > do you have the simplex algorithm? the code in php please.... :o)[/color]
      >
      > I doubt very much anyone has it... You can take the C code from
      > Numerical Recipes:
      >
      > http://library.lanl.gov/numerical/bookcpdf/c10-4.pdf
      >
      > and port it...[/color]

      A belated afterthought; if you prefer porting from Fortran, there is a
      Fortran version, too:



      Cheers,
      NC

      Comment

      Working...