rllb

  • Gurobi-versary
  • First Question
  • First Comment
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by rllb
  • rllb commented,

    I found this package which provides profiling by line. Contrary to cProfile, it does show Model.optimize() as the most time-consuming line. https://github.com/pyutils/line_profiler#id2

  • rllb created a post,

    How to profile Gurobi in Python?

    Answered

    I am using cProfile to profile gurobi. Unfortunately, the calls to Model.optimize() do not seem to appear, despite having the largest cumulative time. Is there any solution besides manually profili...