| | Authored by webmiche on Sep 28 2021, 2:43 AM. Event Timelinewebmiche requested review of this revision. Herald added a project: Restricted Project. Herald added a project: Restricted Project. webmiche removed a project: Restricted Project. webmiche marked 16 inline comments as done. webmiche marked 3 inline comments as done. webmiche marked 3 inline comments as done. webmiche marked 4 inline comments as done. This revision is now accepted and ready to land. webmiche marked 2 inline comments as done. This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | | | | | 10 lines | | 6 lines | | | | | | 34 lines | | 36 lines | | | | | | 7 lines | | 81 lines | | 188 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
7fb7fa8ee72c | 965435389e28 | 11696fd0c5f3 | Michel Weber | update isRedundantInequality comment | Dec 9 2021, 2:11 AM | 11696fd0c5f3 | dc1802532790 | fe99e5f00510 | Michel Weber | fix typo | Dec 8 2021, 4:44 AM | fe99e5f00510 | 15a86dbb234d | 9eb6404ab904 | Michel Weber | update isRationalSubsetOf comment | Dec 8 2021, 4:41 AM | 9eb6404ab904 | 84dece8a1455 | 0ace2b5bc0b9 | Michel Weber | address review comments, update unittests to use AffineParser | Dec 6 2021, 6:43 AM | 0ace2b5bc0b9 | c4c809ea5b27 | a8f0ebe8d631 | Michel Weber | change header guard to reflect renaming | Oct 12 2021, 1:24 AM | a8f0ebe8d631 | a6747ee6d0ac | 1eb95d530836 | Michel Weber | rename Utils -> FACGenerationUtils | Oct 12 2021, 1:22 AM | 1eb95d530836 | b2255e238f0e | 5325cf5959e6 | Michel Weber | split utils.h, address further comments | Oct 12 2021, 1:00 AM | 5325cf5959e6 | 54a77110509a | 74522fd53c5f | Michel Weber | update codumentation | Oct 4 2021, 11:33 AM | 74522fd53c5f | 4ca2816630ea | 2ddc31b6f91a | Michel Weber | address review comments Pt.2 | Oct 2 2021, 1:37 AM | 2ddc31b6f91a | c85950d87105 | 97864b2c27de | Michel Weber | address review comments Pt. 1 | Oct 1 2021, 9:26 AM | 97864b2c27de | ce9bd7ecf262 | 53563a037197 | Michel Weber | add header guard to FACUtils.h | Sep 28 2021, 3:31 AM | 53563a037197 | 76db114a3df5 | 887377b73483 | Michel Weber | update FACUtils license | Sep 28 2021, 2:51 AM | 887377b73483 | 24a163abc51b | a509c4d8eb82 | Michel Weber | | Sep 28 2021, 1:51 AM | a509c4d8eb82 | d778f1fa376e | 6ff89004d197 | Michel Weber | add utils.h for redundant functionality | Jul 23 2021, 4:37 AM | 6ff89004d197 | 774d9ea5c71f | 867a7ef612eb | Michel Weber | add self-contained tests | Jul 23 2021, 1:16 AM | 867a7ef612eb | 77ad596b446d | f68a0f0761eb | Michel Weber | add tests for containedIn | Jul 23 2021, 1:15 AM | f68a0f0761eb | 459747b3a292 | 5de742c3172f | Michel Weber | add test cases and support for edge cases | Jul 19 2021, 8:40 AM | 5de742c3172f | fbae1295c88f | d68adec8b962 | Michel Weber | further refactoring | Jul 19 2021, 8:23 AM | d68adec8b962 | 2d83bd2f0b06 | e4a8e3922a08 | Michel Weber | move containedIn functionality to Simplex, refactor | Jul 19 2021, 8:05 AM | e4a8e3922a08 | dac0abc82d9e | 2397c4dce0d8 | Michel Weber | merge coalesce into PresburgerSet | Mar 11 2021, 1:02 AM | 2397c4dce0d8 | 3db7b9be9f49 | 9f08991e31d0 | webmiche | [MLIR] add coalesce tests | Feb 25 2021, 4:31 AM | 9f08991e31d0 | dac0abc82d9e | 8b307503e4e0 | Michel Weber | merge coalesce into PresburgerSet | Mar 11 2021, 1:02 AM | 8b307503e4e0 | 494c9c2a360c | a50327c84773 | webmiche | [MLIR] add coalesce tests | Feb 25 2021, 4:31 AM | a50327c84773 | c4bf8a4d77d0 | 836fb7030e88 | webmiche | [MLIR] add simple coalesce | Feb 25 2021, 4:31 AM | 836fb7030e88 | b7e0d68a3a8b | d82c1f4e4b72 | webmiche | [MLIR] add isRedundant to Simplex | Feb 25 2021, 4:28 AM |
|
Maybe clarify the name as isRedundantInequality.
Maybe even add a function isRedundantEquality for equalities as well as some tests for it.