You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to parse the String output from the method printResolutionProofSMT2 from the OpenSMT API I could not find a way to recover the formulas from their name used in the String. E.g., the boolean formula q1 appears in the proof but I can not use this to get the Formula instance associated with the term of said name that was used in the query.