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

Enable setting constraints on state variables #2340

Merged
merged 17 commits into from
Mar 7, 2024

Commits on Mar 4, 2024

  1. Enable setting constraints on state variables

    In addition to the current `Model.setStateIsNonNegative`, this adds the option to set additional
    (non)negativity/positivity constraints to be enforced by the solver.
    
    See [CVodeSetConstraints](https://sundials.readthedocs.io/en/latest/cvode/Usage/index.html#c.CVodeSetConstraints) for details.
    
    Related to AMICI-dev#2327.
    dweindl committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a872bf2 View commit details
    Browse the repository at this point in the history
  2. ..

    dweindl committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ef3ed94 View commit details
    Browse the repository at this point in the history
  3. ..

    dweindl committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    303b294 View commit details
    Browse the repository at this point in the history
  4. ..

    dweindl committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e99a50e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7232d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 6, 2024

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

    dweindl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f366914 View commit details
    Browse the repository at this point in the history
  3. fix annotations

    dweindl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b54ca26 View commit details
    Browse the repository at this point in the history
  4. cxx enum

    dweindl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0e8ca87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70d87a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e25a0e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ffceeb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

    dweindl committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    36c3b75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    897e9d1 View commit details
    Browse the repository at this point in the history