sympy / sympy_benchmarks

Some benchmarks of SymPy
13 stars 32 forks source link

time_dpll takes 5 seconds to run, this is way too slow for a benchmark #32

Closed moorepants closed 7 years ago

moorepants commented 8 years ago

see: http://www.moorepants.info/misc/sympy-asv/#logic.LogicSuite.time_dpll

moorepants commented 8 years ago

These take 5s too:

[  1.92%] ··· Running solve.TimeSolve01.time_solve                                                                                                                                 5.00s
[  2.00%] ··· Running solve.TimeSolve01.time_solve_nocheck                                                                                                                         5.01s```
bjodah commented 8 years ago

I'll see if I can reformulate the solve benchmarks (make the system smaller). @debugger22 can you do anything about the running time for dpll?

bjodah commented 8 years ago

time_solve and time_solve_nocheck are now both <1s