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

Rewrite and overhaul of AmplNLWriter. #125

Merged
merged 22 commits into from
Apr 11, 2021
Merged

Rewrite and overhaul of AmplNLWriter. #125

merged 22 commits into from
Apr 11, 2021

Commits on Apr 8, 2021

  1. WIP: begin a rewrite and overhaul of AmplNLWriter.

    Ideally, some, or all of this would be migrated into
    MOI.FileFormats as an NL submodule.
    
    This needs many more tests before merging.
    
    This implementation is simplier than the current one, because it
    doesn't try to detect or simplify linear expressions.
    odow committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    dacb4ab View commit details
    Browse the repository at this point in the history
  2. Remove MathProgBase

    odow committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    cb49240 View commit details
    Browse the repository at this point in the history
  3. More updates

    odow committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    523130e View commit details
    Browse the repository at this point in the history
  4. More fixes

    odow committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    0ee153e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. More fixes

    odow committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    5f304c0 View commit details
    Browse the repository at this point in the history
  2. More fixes

    odow committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    a5616a1 View commit details
    Browse the repository at this point in the history
  3. More fixes

    odow committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    c235248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4818bd1 View commit details
    Browse the repository at this point in the history
  5. More fixes

    odow committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    68fd779 View commit details
    Browse the repository at this point in the history
  6. More fixes

    odow committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    c8308d5 View commit details
    Browse the repository at this point in the history
  7. Delete rev_opcode.jl

    odow committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    abac3c7 View commit details
    Browse the repository at this point in the history
  8. More fixes

    odow committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    f210564 View commit details
    Browse the repository at this point in the history
  9. Typos

    odow committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    60b147e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Add another test

    odow committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    9f81e2b View commit details
    Browse the repository at this point in the history
  2. Update MOI_wrapper.jl

    odow authored Apr 10, 2021
    Configuration menu
    Copy the full SHA
    c2e1aa6 View commit details
    Browse the repository at this point in the history
  3. Check ExprGraph available

    odow committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    081d9d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ace43f View commit details
    Browse the repository at this point in the history
  5. features_available

    odow committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    e1bdc69 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    odow committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    22ccffd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Configuration menu
    Copy the full SHA
    e2e7ef6 View commit details
    Browse the repository at this point in the history
  2. Fix MINLPTests

    odow committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    dd86824 View commit details
    Browse the repository at this point in the history
  3. Fix part II

    odow committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    681cf1b View commit details
    Browse the repository at this point in the history