diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2018-11-08 09:46:32 +0100 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2018-11-08 09:46:32 +0100 |
commit | ef13af6ccc39cd9034c837e77462b8ed2fce43a1 (patch) | |
tree | c333ea7569669ad35f49343ba1cc0109325a498d | |
parent | 3b36e04bc4e0ef7ac3c968eb854f266946516b52 (diff) |
-rw-r--r-- | problem.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/problem.cpp b/problem.cpp index 3eb7ecc..c8238f7 100644 --- a/problem.cpp +++ b/problem.cpp @@ -105,6 +105,8 @@ void Problem::solve(){ cerr<<" === SOLVING ORIGINAL PROBLEM ==="<<endl; #endif solve_noart(); + } else { + solve_noart(); } } |