Hello all,
This is regarding improving the performance of solvers module (mostly solveset). Since the last few months, I am working on making the Ruby and Python code faster. I came to know about Cython and other good ways to write C extension for Python code to improve the performance.
When we run the solvers module test cases, we can see that few cases take a really long time (some of them are skipped, because of this only).
What do you guys think?