(no title)
froggychairs | 2 years ago
Adoption for these systems might be higher if they had a more readable syntax (and bonus if they could transpile down to source code you can tweak)
Also maybe I missed it on mobile, but I would love examples of the syntax and examples of application usage on the first page. Maybe this is useful to me! Who knows? That information should be easy to find
aidos|2 years ago
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...
antegamisou|2 years ago
https://www.cvxpy.org/examples/basic/linear_program.html
mirekrusin|2 years ago
yakshaving_jgt|2 years ago
Why does everything need to look like JavaScript in order for Average Joe programmer to be able to read it?