@stephensloan wrote:
What does CLP in SAS OR PROC CLP stand for?
I have always thought Constraint Linear Programming,
but it's Constraint Logic Programming (CLP).
It's meant for addressing constraint satisfaction problems (CSPs), scheduling-oriented or not.
There's a SOLVE WITH CLP Statement (CLP solver) in PROC OPTMODEL as well.
There's a big overlap between PROC CLP and PROC OPTMODEL with CLP solver.
BR,
Koen