Maxima at the Univ. of Pisa



On 12/17/06, Fabrizio Caruso <caruso at dm.unipi.it> wrote:
> Hi
>
> Solver has the opposite problem:
>
> Solver([a=b,b=3],[a,b])

This is a bug which was recently fixed in cvs (after the 5.11 branch
was created in cvs so it will not be included in the next version).
Solver from cvs returns

(%i4) Solver([a=b, b=3], [a,b]);
(%o4) [[a=3,b=3]]

Andrej