This can take some time. Since the solveset is not complete with respect to old `solve`,
one of the things that can be done for faster release of 1.0 is rename `solveset` as
`solve` and the previous `solve` as `old_solve` (old_solve not in public API) so that the people
using old solve in there code can quickly fix breaking of their code, and we can continue
the development of `solve` (formerly `solveset`). This transition may require a couple of
versions. Though, we also need to decide the behavior deprecation policy for `solve`.
AMiT Kumar