Comment on A practical introduction to constraint programming using CP-SAT and PythonparentComments−pjot2yI used program called GAMS in mine.Its syntax structure is totally free form!https://www.gams.com/latest/docs/UG_GAMSPrograms.html#UG_GAM...−mncharity2yI'm intrigued by bits like Outside Margin Comments[1] - `$onMargin minCol 20 maxCol 45` - text before column 20 and after column 45 is treated as a comment - 1970s.[1] https://www.gams.com/latest/docs/UG_GAMSPrograms.html#UG_GAM...−dualogy2yAnother "friendly syntax, multi-solver" approach is MiniZinc.org.
Comments
I used program called GAMS in mine.
Its syntax structure is totally free form!
https://www.gams.com/latest/docs/UG_GAMSPrograms.html#UG_GAM...
I'm intrigued by bits like Outside Margin Comments[1] - `$onMargin minCol 20 maxCol 45` - text before column 20 and after column 45 is treated as a comment - 1970s.
[1] https://www.gams.com/latest/docs/UG_GAMSPrograms.html#UG_GAM...
Another "friendly syntax, multi-solver" approach is MiniZinc.org.