Closed cihancimen closed 4 years ago
Is there any workaround other than renaming variables?
No need. I'll work on fixing this. The issue seems to be with integer factorization which hangs. For now I've just added a safety which just returns the unfactored number. The result should at worst be a correct but less simplified answer.
What perplexes me is the relation to long variable names. Let's leave this issue open until I find some time to looking into this some more. And thanks for reporting this.
Following code hangs on
solveEquations(...)
call.However, if constant names are replaced shorter names, it returns a result.
Is there any workaround other than renaming variables?