Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Julia to Python
#3
(Oct-16-2018, 04:16 PM)ben_c Wrote: Hello everyone,

Do anyone knows what is the equivalent of JuMP (a package from Julia that is used alongside with Cplex) for python? I am currently transferring a program from Julia to python. The Julia program uses Cplex and JuMP packages, but I do not know what packages I should use for the Python code besides the Cplex package.
Thank you for your help.

Pyomo is by far the closest package in Python to JuMP in Julia. Be aware that both are solver agnostic: they allow you to define the optimisation problem in a nice mathematical formulation and comput information that the solver will need (like the Hessian), but then the real optimisation task is done by the solver engine.
Reply


Messages In This Thread
Julia to Python - by ben_c - Oct-16-2018, 04:16 PM
RE: Julia to Python - by buran - Oct-16-2018, 04:20 PM
RE: Julia to Python - by sylvaticus - Oct-20-2021, 10:49 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020