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

Solver result caching #1873

Merged
merged 53 commits into from
Jul 27, 2023
Merged

Solver result caching #1873

merged 53 commits into from
Jul 27, 2023

Commits on May 8, 2023

  1. quick and dirty solver caching

    m-yac committed May 8, 2023
    Configuration menu
    Copy the full SHA
    bf22047 View commit details
    Browse the repository at this point in the history
  2. move files, fix cache loading

    m-yac committed May 8, 2023
    Configuration menu
    Copy the full SHA
    e6a4513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d648970 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    92aee03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70b9be0 View commit details
    Browse the repository at this point in the history
  3. save solver result cache on :q

    m-yac committed May 9, 2023
    Configuration menu
    Copy the full SHA
    072cf1a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    d870ea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f05bc40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd5cc1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5dcdda View commit details
    Browse the repository at this point in the history
  5. add print_solver_cache_stats

    m-yac committed May 10, 2023
    Configuration menu
    Copy the full SHA
    63eed88 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

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

Commits on May 16, 2023

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

Commits on May 17, 2023

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

Commits on May 18, 2023

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

Commits on May 19, 2023

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

Commits on May 20, 2023

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

Commits on May 23, 2023

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

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    7de326a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3b46f8 View commit details
    Browse the repository at this point in the history
  3. cleanup, revert most of 9fb0c6d

    m-yac committed May 24, 2023
    Configuration menu
    Copy the full SHA
    03eec2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    751f54d View commit details
    Browse the repository at this point in the history
  5. add clean_solver_cache command

    m-yac committed May 24, 2023
    Configuration menu
    Copy the full SHA
    0719bda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dec00ff View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    3a77eb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c877623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7ae967 View commit details
    Browse the repository at this point in the history
  4. add docs to solver caching code

    m-yac committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9eae671 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    c36cb0d View commit details
    Browse the repository at this point in the history
  2. expand tests for solver caching

    m-yac committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f173acb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfb1b79 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. set -e in test_solver_cache

    m-yac committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2354bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16cfe0e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. WIP more CI debugging

    m-yac committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    897f8ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c040ab5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c68801d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    964219c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3575ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a5ec67 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jul 18, 2023

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

Commits on Jul 21, 2023

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

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    c426c71 View commit details
    Browse the repository at this point in the history
  2. update docs for solver caching

    m-yac committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    aea7c08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b29790c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bd0bd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f2f2f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c28e340 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    bc446cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fde0df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c5c394 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a960c36 View commit details
    Browse the repository at this point in the history