Live data from Hacker News

Viewing profile — datadrvnsupchn

datadrvnsupchn

HN member
Joined
Tue, Apr 26, 2022, 1:04 PM UTC
HN karma
3
Public activity
4 items

About datadrvnsupchn

No profile information was provided.

Recent public activity

  1. comment
    Comment #31169282

    I'm having a pretty good career in optimization and OR, even in the corporate sector...

  2. comment
    Comment #31169255

    VRPs are extremely complex MIPs so usually heuristics are used. So ortools is probably the best option in this case for cost.

  3. comment
    Comment #31167016

    CBC and Symphony for open-source MILP, Gurobi for commercial MILP. OR-Tools for some VRP work. I use R (ompr package) to interface to CBC, Symphony, and Gurobi. HiGHS is looking pr…

  4. comment
    Comment #31166991

    Honestly that constraint is pretty straightforward to formulate as a MILP. Four machines, each has a starting and ending time as decision variables. Total duration by machine = 0, …