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

Investigating (and improving) file format handling in backends #660

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Aug 8, 2024

  1. Add to_mps function in backends

    Stefan Strömer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5725dd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37a476e View commit details
    Browse the repository at this point in the history
  3. Add kwargs to LP and MPS file writing (e.g., to allow disabling symbo…

    …lic names)
    Stefan Strömer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    782a268 View commit details
    Browse the repository at this point in the history
  4. Remove space when concating dimensions of verbose names (partial fix …

    …of "space in name" error)
    Stefan Strömer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b5d7860 View commit details
    Browse the repository at this point in the history
  5. Replace basic special characters in verbose names with underscores (f…

    …inalizes fix for "space in name" error)
    Stefan Strömer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    293177b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e3529b View commit details
    Browse the repository at this point in the history
  7. Fix error when solver status is OK but no solutions are availble (e.g…

    …., due to a timelimit abort)
    Stefan Strömer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b68d2f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    977a521 View commit details
    Browse the repository at this point in the history
  9. Refactor controlling "solve". Explicit defaults for solve_kwargs. All…

    …ow passing pyomo arguments (symbolic_solver_labels and keepfiles) to solve. Allow setting problem format (to force LP or MPS passing).
    Stefan Strömer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    26e10c5 View commit details
    Browse the repository at this point in the history
  10. Allow .gz, .bz2, and .7z compressed file writing

    Stefan Strömer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1af2759 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Fix formatting (ruff)

    Stefan Strömer committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    294ce40 View commit details
    Browse the repository at this point in the history
  2. Fix gurobi backed using single undersores to join indices, compared t…

    …o double underscores in the pyomo backend
    Stefan Strömer committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5b56de8 View commit details
    Browse the repository at this point in the history
  3. Unify allowed keyword arguments for file writing

    Refactors the way defaults are handled and moves the puts the documentation into the abstract method definition.
    Stefan Strömer committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c64c089 View commit details
    Browse the repository at this point in the history