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

Model file export #4305

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 17, 2024

  1. use stream when exporting models

    std::ostream allows the model string to be exported into a string stream.
    thus, export functions may be used when writing models to files.
    omer-candan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    978b796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f29fa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e392e2 View commit details
    Browse the repository at this point in the history
  4. Revert "use stream when exporting models"

    This reverts commit 978b796.
    omer-candan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    5c885c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2debce View commit details
    Browse the repository at this point in the history
  6. Revert "expose file export functions to csharp"

    This reverts commit 8e392e2.
    omer-candan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a5009ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c907064 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b8aa84 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    8f3e844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b325e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3217355 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    1668928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e73f0fb View commit details
    Browse the repository at this point in the history
  3. add blank line back

    omer-candan committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    98da690 View commit details
    Browse the repository at this point in the history
  4. use gzip compression in WriteModelToMpsFile in Java/Python/.Net

    Defaults to false (no compression).
    omer-candan committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1ab2658 View commit details
    Browse the repository at this point in the history
  5. use shorter parameter name

    easier to comply with naming conventions of C# and Java
    omer-candan committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    04aa1eb View commit details
    Browse the repository at this point in the history
  6. correct error message

    omer-candan committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4920658 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51258cb View commit details
    Browse the repository at this point in the history