Check early if solvers are available.

This commit is contained in:
Leo Alt
2022-05-11 20:02:31 +02:00
parent 1d7b4704bb
commit 75d08ea924
4 changed files with 48 additions and 53 deletions
-2
View File
@@ -426,8 +426,6 @@ protected:
smt::VariableUsage m_variableUsage;
bool m_arrayAssignmentHappened = false;
// True if the "No SMT solver available" warning was already created.
bool m_noSolverWarning = false;
/// Stores the instances of an Uninterpreted Function applied to arguments.
/// These may be direct application of UFs or Array index access.