Remove general problem and solution from generator object

This commit is contained in:
lukew3
2021-10-02 23:52:10 -04:00
parent a6dbd2cf9f
commit 6b35cbb452
114 changed files with 78 additions and 186 deletions

View File

@@ -29,5 +29,5 @@ def basicAlgebraFunc(maxVariable=10, style='raw'):
return problem, solution
basic_algebra = Generator("Basic Algebra", 11, "ax + b = c", "d",
basic_algebra = Generator("Basic Algebra", 11,
basicAlgebraFunc, ["maxVariable=10"])