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

Don't erroneously claim support for Integer variables #245

Merged
merged 3 commits into from
Oct 7, 2024

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    81bc900 View commit details
    Browse the repository at this point in the history
  2. Don't falsely claim that Integer variables are supported

    They really are not supported, and the claim is only there
    to provide a nice diagnostic.
    
    But that prevents MOI `IntegerToZeroOneBridge` from triggering,
    and providing Alpine with transparent support for them.
    
    Fixes lanl-ansi#244
    LebedevRI committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d2d9d1b View commit details
    Browse the repository at this point in the history
  3. Update test_algorithm.jl

    odow authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ee8673f View commit details
    Browse the repository at this point in the history