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

Support nonlinear constraints with Gurobi 12 #95

Merged
merged 10 commits into from
Nov 15, 2024
Merged

Commits on Nov 14, 2024

  1. [#93] Add tests

    simonbowly committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a10f64c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28ffa92 View commit details
    Browse the repository at this point in the history
  3. [#93] Add nonlinear constraints page

    Add a page to the users guide covering how to add nonlinear constraints
    to a model using add_constrs.
    simonbowly committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    afd749a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79332e2 View commit details
    Browse the repository at this point in the history
  5. [#93] Add API level tests

    simonbowly committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c4a9d97 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. [#93] Add a section on nonlinear inequalities

    Show how to create nonlinear constraints not of the form y = f(x)
    by introducing temporary variables.
    simonbowly committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c58abb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a2a1b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaef3e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c26707c View commit details
    Browse the repository at this point in the history
  5. [#93] Reorganize example

    simonbowly committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f7cf51a View commit details
    Browse the repository at this point in the history