summaryrefslogtreecommitdiff
path: root/src/theory/arith
AgeCommit message (Expand)Author
2017-07-07Update copyright headers.Mathias Preiner
2017-06-14Fix uninitialized valueAndres Noetzli
2017-05-31Minor fix to last commit.ajreynol
2017-05-31Change to-int, div, int-div skolems from CDAttribute to stored in CDHashMap. ...ajreynol
2017-05-26Checking that equalities belong to the arithmetic theory in the solve() routine.Tim King
2017-05-15Cleanup handling of division (possible fix for bugs 803, 804, 805).ajreynol
2017-04-28Fix bug for real division.ajreynol
2017-04-22Updating TheoryArithPrivate::getDeltaValue() to eagerly use the partial model...Tim King
2017-04-07Change option names for nl.ajreynol
2017-04-05Merge pull request #143 from FabianWolff/masterClark Barrett
2017-04-05Fix bug 698.ajreynol
2017-04-05Fixes for nlAlgSolveSubs.ajreynol
2017-04-05Add non-linear regressions, disable nlAlgSubs, do not do rep checking for NON...ajreynol
2017-04-05Fix several spelling errorsFabian Wolff
2017-04-04Simplify Theory::collectModelInfo interface to not take deprecated fullModel ...ajreynol
2017-04-02Adding a model based axiom instantiation scheme for multiplication. Merge com...Tim King
2017-03-02Eliminate Boolean term conversion. Generalizes removeITE pass to remove Boole...ajreynol
2017-01-10Adding regression test scrubbing.Tim King
2016-12-11Merge branch 'master' into fix_orderClark Barrett
2016-12-09Fixing a use after free bug in Polynomial::denominatorLCM.Tim King
2016-12-08Fix initialization orderAndres Notzli
2016-12-02Initializing the d_pivots variable.Tim King
2016-10-02Removing an unused member from TreeLog.Tim King
2016-09-25Fixing a potential use after free coming from a pop_back() call invalidating ...Tim King
2016-09-12Remove old implementation of cbqiajreynol
2016-04-14Add option --snorm-infer-eq to infer equalities based on normalization in Ari...ajreynol
2016-04-03Updating the copyright headers and scripts.Tim King
2016-01-28Adding listeners to Options.Tim King
2016-01-15Type enumerators take optional argument indicating fixed cardinalities of uni...ajreynol
2016-01-08Removing StatisticsRegistry's static functions current() and registerStat().Tim King
2016-01-05Add SmtGlobals ClassTim King
2015-12-24Miscellaneous fixesTim King
2015-12-14Refactoring Options Handler & Library Cycle BreakingTim King
2015-11-03Fixing typo.Tim King
2015-10-26This commit fixes a bug related to a public header depending on a compiler fl...Tim King
2015-06-15Fixing an assertion Constraint::assertionFringe(...) to allow hasTrichotomyPr...Tim King
2015-06-14Handing the case in replay where a cut is directly in conflict with an existi...Tim King
2015-06-14Fixes for shared term normalization in replay for constraint construction.Tim King
2015-06-14Turning off aggressive arith ite simplifications during incremental solving.Tim King
2015-06-13Restricting TheoryArith to computeRelevantTerms.Tim King
2015-06-13A return value for an ApproxGLPK::loadVB() failure case was incorrect.Tim King
2015-06-12In TheoryArithPrivate::vectorToIntHoleConflict, adding check for whether or n...Tim King
2015-05-28added options for controlling resource step-count for various solving stagesLiana Hadarean
2015-04-21Changes needed to compile at Google, plus some bug fixes from Google.Clark Barrett
2015-04-18Farkas proof coefficients.Tim King
2015-03-25change const are triggers from false to true in equality enginesKshitij Bansal
2014-12-26Adding an option to the equality engine constructor to treat all constants asDejan Jovanovic
2014-11-17Short-circuit in TheoryArithPrivate::check(), care of Tim.Morgan Deters
2014-11-17New, uniform checkTime statistic for all theories (as discussed in meeting).Morgan Deters
2014-08-24improvements to sets sharingKshitij Bansal
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback