Hacker News new | ask | show | jobs
by aidos 1061 days ago
I’ve played with minizinc in the past though we use scipopt now instead.

The minizinc code looks pretty reasonable to me though. Specify your variables as ranges. Specify your constraints as math equations. Tell it what you’re looking to maximise / minimise.

https://www.minizinc.org/doc-2.7.6/en/modelling.html#ex-cake...

1 comments

Judging from this particular example, it doesn't look a lot different than more established optimization software like CVXPY, no?

https://www.cvxpy.org/examples/basic/linear_program.html