0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 26, 2024 — Jul 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bug in final check. More... almost 5 years ago
Fix bug in InstClause. More... almost 5 years ago
fix: typo '@EQ' instead of 'EQ' More... almost 5 years ago
Don't unnecessarily backtrack in clearAssumption More... almost 5 years ago
fix: handle annotated term in getSymbols() More... almost 5 years ago
More Tests for Unknown ReMus, eliminated a bug in the ConstraintAdministrationSolver (which only occurs if it is reset multiple times) More... almost 5 years ago
modify addQuantifier: only add quantifier if unsupported variable appears in interpolant More... almost 5 years ago
fix: deep check after resolution step was not using quantified interpolant More... almost 5 years ago
modify checkInductivity: assert auxiliary equations in partitions in which the corresponding auxiliary variable appears in the interpolant and/or in which the outermost symbol of the replaced term is contained. More... almost 5 years ago
modify checkInductivity: replace variables in interpolant by constant terms before asserting them More... almost 5 years ago
modify checkInductivity: purify literals and replace variables by constant terms before they get asserted More... almost 5 years ago
modify checkInductivity: initialize some maps resp. sets to store info about used variables, the terms that they replaced and the constant terms which are used to obtain a closed formula More... almost 5 years ago
modify fixVars: use getTermVariables instead of using getAllSubterms and collecting all term variables from this set. More... almost 5 years ago
add function to collect all TermVariables in a term. More... almost 5 years ago
modify interpolation of congruence: do not use source of literal but its occurrence when dealing with special case, i.e. mixed Term in congruence and outermost function symbol is AB-shared More... almost 5 years ago
add null check within fixupAndLet to convert(): term may contain a purification variable even if auxMap is null. More... almost 5 years ago
A little additional logging in remus, more javadocs, a little exception case added More... almost 5 years ago
Add statistics. More... almost 5 years ago
add function to purify a term and directly replace purification variables through a constant term. More... almost 5 years ago
add function to replace auxiliary variables by a constant term in order to obtain a closed formula. More... almost 5 years ago
use interpolate instantiation lemma in walkLeafNode(), replace non-shared symbols and add quantifiers if necessary. More... almost 5 years ago
add function to interpolate instantiation lemmata More... almost 5 years ago
modify getAllSubTerms: annotated terms are no longer included in subterm set. More... almost 5 years ago
add: if necessary introduce quantifiers after each resolution step. Maybe there is a better place to do this. More... almost 5 years ago
fix in replaceNonSharedSymbols: remove TermVariables from the set of non-shared symbols as they do not need to be replaced. More... almost 5 years ago
Adapt interpolation of congruence lemma to deal with mixed terms in literals. We now need the clause as additional input to retrieve the source partition. More... almost 5 years ago
add function to add quantifiers to provisional interpolants if they contain unsupported variables. More... almost 5 years ago
Bugfix for logging of time needed for heuristic. Time is now elapsed with nanoTime(). Further, I have noticed, that the UnsatCores that I return are non-standard. I will fix this in near future. More... almost 5 years ago
Changed the FIRST heuristic to now shrink the vanilla UC, also refactoring More... almost 5 years ago
add function to sort variables in dependency order. More... almost 5 years ago