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

Improve performance of solve_strongly_connected_components for models with named expressions #3186

Merged
merged 33 commits into from
Mar 13, 2024

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    28cf069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b47212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7aaaeed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaecb45 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    dd27f66 View commit details
    Browse the repository at this point in the history
  2. timing calls and option to not use calculate_variable_from_constraint…

    … in solve_strongly_connected_components
    Robbybp committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1a1c1a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d7f2c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51bfe4f View commit details
    Browse the repository at this point in the history
  5. remove unnecessary import

    Robbybp committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3b5aaa6 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary imports

    Robbybp committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    565a29e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df4f7af View commit details
    Browse the repository at this point in the history
  8. accept timer argument in generate_subsystem_blocks, revert implementa…

    …tion of identify_external_functions to be a generator
    Robbybp committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f47345c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b252ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9128679 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7299a79 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b66e10 View commit details
    Browse the repository at this point in the history
  13. apply black

    Robbybp committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    70f225e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    51594d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 11, 2024

  1. fix attribute error

    Robbybp committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a99165c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3307c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a27f90d View commit details
    Browse the repository at this point in the history
  4. remove deferred todo comment

    Robbybp committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3ecd3bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fde5eda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40debe7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix typos in test

    Robbybp committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0e9af93 View commit details
    Browse the repository at this point in the history
  2. function args on single line

    Robbybp committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    016d6d1 View commit details
    Browse the repository at this point in the history
  3. remove outdated comment

    Robbybp committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    24644ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88e0e42 View commit details
    Browse the repository at this point in the history
  5. fix variable assignment

    Robbybp committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    de294ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f1e20c View commit details
    Browse the repository at this point in the history