Fix rewrite for eliminating constant factors of PI from argument to sine (#8031)
[cvc5.git] / src / theory / arith / tableau.cpp
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-06-16 Aina NiemetzUpdate copyright headers.
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-06-25 Aina NiemetzUpdated copyright headers.
2017-07-07 Mathias PreinerUpdate copyright headers.
2016-04-20 PaulMengupdate from the master
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-05-12 barrettcwMerge pull request #74 from finnhaedicke/namespace_minisat
2015-04-22 Kshitij BansalMerge pull request #73 from kbansal/parser-dont-tokenize
2015-04-18 Tim KingFarkas proof coefficients.
2014-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
2014-07-01 Morgan DetersUpdate copyrights.
2013-12-05 Morgan DetersUpdate copyrights, add missing file-level documentation...
2013-09-30 Liana Hadareanmerged golden
2013-05-03 Tim KingMerging branch 'soiquickexplain'.
2013-05-03 Tim KingMerge branch 'fcexplanations'
2013-04-30 lianahfixed merge conflicts
2013-04-30 Tim KingAdding has bound counts and tracking for rows.
2013-04-26 Tim KingFCSimplex branch merge
2012-04-27 Tim KingThis merges in the branch cvc4/branches/arithmetic...
2012-04-17 Tim KingMerges branches/arithmetic/atom-database r2979 through...
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-09-02 Morgan DetersPartial merge of integers work; this is simple B&B...
2011-03-30 Tim KingMerged the branch sparse-tableau into trunk.
2011-03-07 Tim KingMerges branches/arithmetic/tableau-reset into the trunk...
2011-03-05 Tim King- Adds PermissiveBackArithVarSet. This is very similar...
2011-03-03 Tim KingMerged the tableau-copy branch into trunk. This adds...
2011-02-26 Morgan DetersCommit to fix bug 241 (improper "using namespace std...
2011-02-22 Tim King- Adds column based iterators.
2011-02-19 Tim KingChanges:
2011-02-18 Tim KingChanges:
2011-02-17 Tim KingThis commit is the promised clean up after removing...
2011-02-17 Tim KingRemoved ActivityMonitor from arithmetic. This was only...
2011-02-17 Tim KingRow ejection is now completely disabled. Another commit...
2011-02-16 Tim KingOverview of the changes:
2010-10-30 Tim KingAdds a hueristic from Alberto's thesis. For a fixed...
2010-10-29 Tim KingFix for a problem caused by using a != instead of ...
2010-10-28 Tim KingThe Row implementation has no been replaced by RowVecto...
2010-10-23 Tim KingRemoved slack.h, and arith_activity.h. Replaced IsBasic...
2010-10-09 Morgan DetersModel generation for arith, boolean, and uf theories via
2010-10-07 Tim KingSmall tableau optimization.
2010-10-03 Morgan Detersfile header documentation regenerated with contributors...
2010-10-02 Tim Kingbranches/arith-indexed-variables merged into the main...