[ANN] LinearFractional.jl

I’d like to introduce the package LinearFractional: GitHub - nexteraanalytics/LinearFractional.jl: Linear fractional programming with Julia and JuMP. LinearFractional is an extension to JuMP and applies the Charnes-Cooper transformation to solve linear fractional programming problems (Linear-fractional programming - Wikipedia). These are similar to LPs, except that our objective function is a ratio of linear combinations of the variables.

LinearFractional is not yet in METADATA. I’d like to welcome initial feedback from the JuMP community on the package and hopefully we can improve it together!

11 Likes

Update:

  • LinearFractional has been updated to support Julia 1.0
  • LinearFractional is now a tagged package, so you can install with add LinearFractional.

Thanks to hard work from @ExpandingMan and the JuMP devs for getting the JuMP 0.18 series to support Julia 1.0!

2 Likes