Name: Anonymous 2013-07-20 0:39
I need a way to tell if two algebraic expressions are equivalent in C++.
I've found the SymbolicC++ library. It's perfect, except the expressions need to be known before run time.
I was thinking about writing some code to parse the equations myself, though it seems pretty involved; I'd prefer not to go down that route.
I've found the SymbolicC++ library. It's perfect, except the expressions need to be known before run time.
I was thinking about writing some code to parse the equations myself, though it seems pretty involved; I'd prefer not to go down that route.