MiniZinc
minizinc.org
MiniZinc
1–10 of 76 posts
Re: MiniZinc
#2Re: MiniZinc
#3Anything new here?
Re: MiniZinc
#4Re: MiniZinc
#5What exactly is "constraint modeling" and what is it used for?
Re: MiniZinc
#6What exactly is "constraint modeling" and what is it used for?
Re: MiniZinc
#7Re: MiniZinc
#8Adoption 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
Re: MiniZinc
#9What exactly is "constraint modeling" and what is it used for?
Re: MiniZinc
#10My takeaway: modeling problems in minizinc correctly is exceptionally difficult for non-trivial problems. You can model it correctly, but you'll likely still need to add additional "constraints" that improve the performance of the solver to the degree where it's even remotely usable to solve real problems.
It's a really interesting tool, but one of the reasons we thought it might be useful for this problem is so that non-technical people could easily change the constraints and play with the costs for different operations. I don't think it's particularly good for that, at least in this problem domain.