Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MaxSMT solver implementation #137

Draft
wants to merge 243 commits into
base: main
Choose a base branch
from

Commits on Jun 22, 2023

  1. Proto is in progress

    viktoriia-fomina committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0533a20 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Simple cases work

    viktoriia-fomina committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    561afed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d02516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b4780 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6351cd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    72d2f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    760d7d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ba890e View commit details
    Browse the repository at this point in the history
  4. Add smoke tests

    viktoriia-fomina committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    2efbc5b View commit details
    Browse the repository at this point in the history
  5. Merge main branch

    viktoriia-fomina committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    657e0a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00aa09a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Support weighted soft constraints, soft constraints with duplicate ex…

    …pression , add more tests, rename to MaxSat
    viktoriia-fomina committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    1ab1638 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    b44203b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88bc4af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cec69ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    522c6a9 View commit details
    Browse the repository at this point in the history
  5. Add more comments

    viktoriia-fomina committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7be0435 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffff397 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    14d8bdd View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Optimize algorithm (remove added that is later removed), fix a bug in…

    … split unsat core (if the same expressions weight was equal, both of them were added to the core).
    viktoriia-fomina committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    6b680c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e9afec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a14625 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    e3c07f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae12b77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68ba4ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3ccb57 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    b44279f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51739d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    908175d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aa4c50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d68212 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    972a521 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da70d6e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    04d582d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    c773870 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    c709ca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f19805e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Add timeout

    viktoriia-fomina committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6b84643 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    6feb1e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e44ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52ab4e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05fb157 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    472f367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3f1467 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    4642aff View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    7ed9360 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Implement primal dual MaxRes solver

    - Add KPrimalDualMaxResSolver
    - Rename: KMaxResSolver -> KPMResSolver
    - Add KMaxResSolver (abstraction for solvers using MaxRes)
    - Add objects: ModelUtils, CoreUtils and TimerUtils
    - Add new unit tests
    - Make tests run for both solvers
    viktoriia-fomina committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a01c1bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4b5c39 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Add KMaxSatContext

    - Support in KPrimalDualSolver two strategies: PrimalMaxRes and PrimalDualMaxRes
    viktoriia-fomina committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d4422bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73af599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f584b31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7eb8b40 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    59e652a View commit details
    Browse the repository at this point in the history
  2. Add unit tests for all configurations

    * KPMResSolver
    * KPrimalDualMaxResSolver (with configurations of large weight constraints for cores, cores minimization, getting multiple cores)
    viktoriia-fomina committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    43b6b69 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    18fe5a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce4a5fa View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    931bde8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    72d21fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaa6aa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8df4622 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    0c722ca View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    8244dd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ce6098 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2999243 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d39fb0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26048aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    234ee20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b11a900 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    fa05d47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    895193d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdd471f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    4e116fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51f2006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf787e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efb04b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83a03e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abd32e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    2215161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16abc14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a35343 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbf8f6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    819d4c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    ad03400 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    b8eb117 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6d2549 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    684b371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    350a5c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2a8f2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7643f6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73451b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03ce90f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a33a56 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    b12e8f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Add more test data

    viktoriia-fomina committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ad0c2c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    b3d52ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a57541 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Fix KPrimalDualMaxRes solver bugs

    - Update model only when checking all assumptions
    - Use expressionIsNotTrue instead of expressionIsFalse
    viktoriia-fomina committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b1530da View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    21d104d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    265fe5b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    670fa11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0232cac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40b00f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a34677d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27f106d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    78d9073 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    69461f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec71037 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d042a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bab490 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dbe40f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52123c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4c0f75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1912f64 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c3081c View commit details
    Browse the repository at this point in the history
  10. Remove elapsed time from MaxSMTTestStatistics

    * elapsed time is stored in KMaxSMTCallStatistics
    viktoriia-fomina committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    21f58ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c856db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b07a245 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    da3d854 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    429eaa1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0940065 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2a694bf View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    9744336 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    0ddf3a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae2639 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    764a8c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb3aa19 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    c5f6ab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e223e75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4d660f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce4dd73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    655335a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    6b43cac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f293d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d911a7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c12bd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c41c30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcddae4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef39f8c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    c6bb303 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    52f0335 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    7f31dd4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    1c84b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    238f9bd View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    dd3b16b View commit details
    Browse the repository at this point in the history
  2. Log more events

    viktoriia-fomina committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5c9144d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    c33d2bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    211e2af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fdb930 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    adc89ad View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    354affa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d14b5a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    ffea92d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    0f161f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe3b272 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2a0f3e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    49172ec View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    e94beaa View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    cc255d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f03b984 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    60ff5c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae059fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa0762 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    448f1f0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    0801086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e17c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0937081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f4236e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14280b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3610a0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abcd7d4 View commit details
    Browse the repository at this point in the history
  8. Fix workflow error

    viktoriia-fomina committed May 2, 2024
    Configuration menu
    Copy the full SHA
    55a3df0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8757e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b87c8f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97c2ace View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ab8cb9d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    12e8723 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    fef02cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af14e36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b114218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1697ec0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1d0979 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6be8ce9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    506ba0c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb5d1b4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    b3053c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0241a0 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    7bec874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53c303c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8cb725 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8670b7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    664b0e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22db2e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99a0bc3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a39e0c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    587d9ed View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    8400f2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dca5430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc93a56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab0931e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a51a92b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    aabef32 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    a535c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7ec47e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5972d0d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    912e89e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e196e8 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    e75f2ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7473769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e353380 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcb1b7d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    c7f6f41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9638af4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faadc62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f869c8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    c759217 View commit details
    Browse the repository at this point in the history
  2. Fix Portfolio

    viktoriia-fomina committed May 20, 2024
    Configuration menu
    Copy the full SHA
    31f65a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b729853 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a4bb77 View commit details
    Browse the repository at this point in the history
  5. Run Z3 native on CI

    viktoriia-fomina committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ff69d4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed462d3 View commit details
    Browse the repository at this point in the history
  7. Fix compilation

    viktoriia-fomina committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8062b71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2855eff View commit details
    Browse the repository at this point in the history
  9. Fix compilation

    viktoriia-fomina committed May 20, 2024
    Configuration menu
    Copy the full SHA
    29d283e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d427dc3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc1441b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7788f68 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d55a16 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5d7cddb View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    8dd2dc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b85b2f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    657a4e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1fcfb5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    1e51545 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca994a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    8daaae1 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Set timeout to 1s

    viktoriia-fomina committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2dbee6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d8e9de View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    1c1f60a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1576cf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78fcf85 View commit details
    Browse the repository at this point in the history
  4. Refactor

    viktoriia-fomina committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3d2a15a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0e6689 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    070cbcb View commit details
    Browse the repository at this point in the history