[PATCH] Support for more types of expressions in solve

2008-11-23 Thread fabian . seoane
From: Fabian Seoane <[EMAIL PROTECTED]> For this, a guess_solve_strategy method was added Before of this, solve() parsed the expression searching for a polynomial and if this parse failed, it just called tsolve. Now the expression is parsed, and while parsing the best algorithm is selected for

[PATCH] Support for more types of expressions in solve

2008-11-23 Thread fabian . seoane
From: Fabian Seoane <[EMAIL PROTECTED]> For this, a guess_solve_strategy method was added Before of this, solve() parsed the expression searching for a polynomial and if this parse failed, it just called tsolve. Now the expression is parsed, and while parsing the best algorithm is selected for

Re: [PATCH] Support for more types of expressions in solve

2008-11-24 Thread Ondrej Certik
On Mon, Nov 24, 2008 at 1:35 AM, <[EMAIL PROTECTED]> wrote: > > From: Fabian Seoane <[EMAIL PROTECTED]> > > For this, a guess_solve_strategy method was added > > Before of this, solve() parsed the expression searching for a polynomial > and if this parse failed, it just called tsolve. > > Now the

Re: [PATCH] Support for more types of expressions in solve

2008-11-24 Thread Fabian Seoane
Ondrej Certik wrote: > On Mon, Nov 24, 2008 at 1:35 AM, <[EMAIL PROTECTED]> wrote: >> From: Fabian Seoane <[EMAIL PROTECTED]> >> >> For this, a guess_solve_strategy method was added >> >> Before of this, solve() parsed the expression searching for a polynomial >> and if this parse failed, it just

Re: [PATCH] Support for more types of expressions in solve

2008-11-24 Thread Ondrej Certik
On Mon, Nov 24, 2008 at 12:31 PM, Fabian Seoane <[EMAIL PROTECTED]> wrote: > > Ondrej Certik wrote: >> On Mon, Nov 24, 2008 at 1:35 AM, <[EMAIL PROTECTED]> wrote: >>> From: Fabian Seoane <[EMAIL PROTECTED]> >>> >>> For this, a guess_solve_strategy method was added >>> >>> Before of this, solve()