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

Solve mathematical programs in parallel #21957

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2024

  1. wip

    AlexandreAmice committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    888c8d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. finalize interface

    AlexandreAmice committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    eb2434f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a4ae34 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. bind python

    AlexandreAmice committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3419d94 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. bazel lint fix

    AlexandreAmice committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3a472b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79c7263 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37477a8 View commit details
    Browse the repository at this point in the history
  4. small style cleanups in entry points

    * remove the pointless impl indirection
    * remove non-GSG const in header
    * don't pay the cost of broadcasting null options
    jwnimmer-tri committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3d8bfc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69da36e View commit details
    Browse the repository at this point in the history
  6. rewrite and clarify the implementation

    fix bug where `parallelism` was not obeyed in the serial section
    jwnimmer-tri committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6096c53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88c9a28 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fixed bindings

    AlexandreAmice committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    be93c63 View commit details
    Browse the repository at this point in the history