mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/solver] Always display used variables
Scenario: 3->x, 4->y, equation x+y+c=0 would not display the values of x and y
This commit is contained in:
@@ -196,7 +196,6 @@ void ListController::resolveEquations(bool secondTry) {
|
||||
{
|
||||
assert(e == EquationStore::Error::NoError);
|
||||
if (modelStore()->numberOfSolutions() == 0 && !secondTry) {
|
||||
modelStore()->tidy();
|
||||
resolveEquations(true);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user