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

Issue with multiple solvers #363

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

Commits on Nov 4, 2024

  1. making files static

    alphaville committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    884b3fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc94aed View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. feat(optimizer_builder): make casadi functions static

    About:
    According to code_generator.cpp (Casadi), the functions to
    be made static are casadi_sq, casadi_fmax,
    casadi_fmin, casadi_hypot, casadi_sign,
    casadi_log1p, and casadi_expm1; all done
    alphaville committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3a5fa59 View commit details
    Browse the repository at this point in the history
  2. fix(362): remove unnecessary imports

    Remove unnecessary imports (fileinput, warning, datetime)
    and update CHANGELOG and VERSION (opengen)
    alphaville committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1eb10b8 View commit details
    Browse the repository at this point in the history