Live data from Hacker News

Viewing profile — luiwammus

luiwammus

HN member
Joined
Tue, Feb 21, 2023, 9:50 AM UTC
HN karma
8
Public activity
10 items

About luiwammus

No profile information was provided.

Recent public activity

  1. comment
    Comment #48887462

    I guess it depends on what your application is here. Hexaly primarily focuses on Routing, Packing and Scheduling problems, which have strong Combinatorial components. My experience…

  2. comment
    Comment #48878526

    The main reason why companies might prefer Hexaly is their emphasis on quickly finding high Quality feasible primal solutions.

  3. comment
    Comment #48878514

    Amazon has been quite vocal about using Hexaly.

  4. comment
    Comment #48393301

    I cant speak for engineers, but as a mathematician I wholeheartedly disagree with everything you claim in your comment. Almost none of the mathematicians that I know care about the…

  5. comment
    Comment #46389915

    I would like to learn more about Web development and related knowledge (networking, security). Currently my programming knowledge is primarily system languages+python. I'm thinking…

  6. comment
    Comment #44277639

    This is actually a pretty poor example because we can solve huge TSP instances to optimality in practice (see the concorde solver). There exist many more tricky Combinatorial probl…

  7. comment
    Comment #41457131

    CPlex has shown no progression in the benchmarks in the past years, so it is safe to assume that the number of developers they have employed is either 0 or maybe 1.

  8. comment
    Comment #41457117

    I am an academic in the field. A good starting point would be Tobias Achterberg's PhD thesis: "Constraint Integer Programming" It details the implementation of SCIP, which is one o…

  9. comment
    Comment #39191537

    Yes, there are other interior point methods besides the ellipsoid method, and virtually all of them perform better for linear programming. Sometimes, the solvers will use these at …

  10. comment
    Comment #39188391

    As other commenters here have mentioned, in discrete optimization there can be a very large gap between efficienct in theory and efficient in practice, and it is very likely that t…