A practical introduction to constraint programming using CP-SAT and Python
1–10 of 41 posts
Re: A practical introduction to constraint programming using CP-SAT and Python
#2I love the subject and reading this brought back a lot of memories. Also the realization that translating constraints to a model (variables, structure etc) is 90% of the work and the most difficult part.
Re: A practical introduction to constraint programming using CP-SAT and Python
#3I used a lot of solvers in the early 2000s in my Operations Research master after my econometrics study. While now working on software (web) that uses python I’m thrilled to see these deep dives on this subject! I love the subject and reading this brought back a lot of memories. Also the realization that translating constraints to a model (variables, structure etc) is 90% of the work and the most difficult part.
LLMs can help a lot there. I've been wanting to write an LLM => Constraint model adapter that does it for you. It's such low hanging fruit, I wonder if anyone else would benefit from it though.
Re: A practical introduction to constraint programming using CP-SAT and Python
#4Re: A practical introduction to constraint programming using CP-SAT and Python
#5I used a lot of solvers in the early 2000s in my Operations Research master after my econometrics study. While now working on software (web) that uses python I’m thrilled to see these deep dives on this subject! I love the subject and reading this brought back a lot of memories. Also the realization that translating constraints to a model (variables, structure etc) is 90% of the work and the most difficult part.
>the realization that translating constraints to a model (variables, structure etc) is 90% of the work and the most difficult part. LLMs can help a lot there. I've been wanting to write an LLM => Constraint model adapter that does it for you. It's such low hanging fruit, I wonder if anyone else would benefit from it though.
Re: A practical introduction to constraint programming using CP-SAT and Python
#6Re: A practical introduction to constraint programming using CP-SAT and Python
#7How does this compare with mixed integer programming? For problems in physics
Re: A practical introduction to constraint programming using CP-SAT and Python
#8I used a lot of solvers in the early 2000s in my Operations Research master after my econometrics study. While now working on software (web) that uses python I’m thrilled to see these deep dives on this subject! I love the subject and reading this brought back a lot of memories. Also the realization that translating constraints to a model (variables, structure etc) is 90% of the work and the most difficult part.
>the realization that translating constraints to a model (variables, structure etc) is 90% of the work and the most difficult part. LLMs can help a lot there. I've been wanting to write an LLM => Constraint model adapter that does it for you. It's such low hanging fruit, I wonder if anyone else would benefit from it though.
Re: A practical introduction to constraint programming using CP-SAT and Python
#9Re: A practical introduction to constraint programming using CP-SAT and Python
#10I used a lot of solvers in the early 2000s in my Operations Research master after my econometrics study. While now working on software (web) that uses python I’m thrilled to see these deep dives on this subject! I love the subject and reading this brought back a lot of memories. Also the realization that translating constraints to a model (variables, structure etc) is 90% of the work and the most difficult part.
Its syntax structure is totally free form!
https://www.gams.com/latest/docs/UG_GAMSPrograms.html#UG_GAM...