summaryrefslogtreecommitdiff
path: root/src/theory/arith/approx_simplex.cpp
AgeCommit message (Expand)Author
2021-11-05Remove many static calls to rewrite (#7580)Andrew Reynolds
2021-11-05Remove a bunch of debugging/logging code from the linear solver (#7576)Gereon Kremer
2021-08-17Replace `Maybe` with `std::optional` (#7005)Andres Noetzli
2021-05-24Move proof utilities to src/proof/ (#6611)Andrew Reynolds
2021-04-21Goodbye CVC4, hello cvc5! (#6371)Mathias Preiner
2021-04-15Rename occurrences of CVC4 to CVC5. (#6351)Aina Niemetz
2021-04-14Refactor / reimplement statistics (#6162)Gereon Kremer
2021-04-12Refactor and update copyright headers. (#6316)Aina Niemetz
2021-04-09Rename CVC4_ macros to CVC5_. (#6327)Aina Niemetz
2021-04-06Remove template argument from `NodeBuilder` (#6290)Andres Noetzli
2021-04-01Rename namespace CVC5 to cvc5. (#6258)Aina Niemetz
2021-03-31Rename namespace CVC4 to CVC5. (#6249)Aina Niemetz
2021-03-11First refactoring of statistics classes (#6105)Gereon Kremer
2021-03-11Fix compile warnings when compiling with GLPK. (#6115)Mathias Preiner
2021-03-09Add missing include if GLPK is enabled. (#6084)Gereon Kremer
2021-03-09Some more cleanup of includes (#6083)Gereon Kremer
2021-03-09Update copyright headers to 2021. (#6081)Aina Niemetz
2020-12-02Update copyright headers.Aina Niemetz
2020-12-02Rename macro Message to CVC4Message. (#5576)Aina Niemetz
2020-09-22Update copyright header script to support CMake and Python files (#5067)Mathias Preiner
2020-06-16Update copyright headers.Aina Niemetz
2019-10-30Unify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. (#3366)Mathias Preiner
2019-08-24fix mismatch between "delete" and "new []" (#2795)Piotr Trojanek
2019-03-26Update copyright headers.Aina Niemetz
2018-06-25Updated copyright headers.Aina Niemetz
2018-01-07Removes RationalFromDoubleException. Replaces this with an explicit M… (#1476)Tim King
2017-07-29Change remaining hash_set -> unordered_set (#208)Andres Noetzli
2017-07-07Update copyright headers.Mathias Preiner
2016-04-20update from the masterPaulMeng
2016-01-08Removing StatisticsRegistry's static functions current() and registerStat().Tim King
2015-12-14Refactoring Options Handler & Library Cycle BreakingTim King
2015-06-13A return value for an ApproxGLPK::loadVB() failure case was incorrect.Tim King
2014-07-01Update copyrights.Morgan Deters
2014-06-19Clean up glpk detection a little, fix a detection bug.Morgan Deters
2014-03-07Merging a squash of the branch timothy-king/CVC4/glpknecfix c95bf7d4f1 into m...Tim King
2013-12-05Update copyrights, add missing file-level documentation; fix perms.Morgan Deters
2013-05-16configure fix for building with glpk on redhat, perhaps othersMorgan Deters
2013-05-06Removing excess verbosity from ApproxSimplex (after discussing with Tim)Morgan Deters
2013-05-06Adding a heuristic for guessing an optimization function when using glpk.Tim King
2013-05-05Adding cut offs for likely integer infeasible paths.Tim King
2013-05-03Adding a smarter technique for pivoting in solutions for glpk.Tim King
2013-05-03Code cleanup. Reducing misc. warnings in arithmetic.Tim King
2013-04-26FCSimplex branch mergeTim King
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback