Question: How to make Maple "prefer" certain variables in simplifications?

I'd expect the following to give the result "c+2".

> c := a+b

> simplify(a+b+2)

How can I let Maple know that I'd prefer it to write "c" in place of "a+b" when possible?

Please Wait...