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

For Nash: after infeasibilities continue in debug mode before aborting #1636

Merged
merged 9 commits into from
Mar 28, 2024

Commits on Mar 25, 2024

  1. Convert cm_nash_mode from $setglobal into parameter (to be able to sw…

    …itch from parallel to debug mode at runtime)
    dklein-pik committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2eca3a9 View commit details
    Browse the repository at this point in the history
  2. Remove legacy code

    dklein-pik committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3c3b3e0 View commit details
    Browse the repository at this point in the history
  3. Start Nash in debug mode instead of aborting after maximum number of …

    …consecutive failures was reached in at least one region.
    dklein-pik committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e9111b3 View commit details
    Browse the repository at this point in the history
  4. Use new type (parameter instead of $setglobal) and value (1,2 instead…

    … of "debug","parallel") in the remaining places.
    dklein-pik committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a492d92 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    5eefde2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23eed36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cae7629 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Nash:

    Add two conditions for auto-debug mode. Only start auto-debug mode if
      1) not all regions are infeasible
      2) if not already in manual debug mode
    Activate equation and column listing in debug mode
    Remove solprint statement in solve.gms that was always overwritten in loop.gms
    dklein-pik committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0818b58 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    461cf74 View commit details
    Browse the repository at this point in the history