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

Heuristics Interface #162

Merged
merged 34 commits into from
Jan 15, 2024
Merged

Heuristics Interface #162

merged 34 commits into from
Jan 15, 2024

Commits on Nov 15, 2023

  1. Add heuristic interface.

    Hendrych committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    99429a0 View commit details
    Browse the repository at this point in the history
  2. Max probility for predefined heuristics.

    Hendrych committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    dac2663 View commit details
    Browse the repository at this point in the history
  3. Call heuristics at node level.

    Hendrych committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    de62fe4 View commit details
    Browse the repository at this point in the history
  4. Rounding is moving to the heuristics.

    Hendrych committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    606b211 View commit details
    Browse the repository at this point in the history
  5. Add rounding as a standard heuristic.

    Hendrych committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    77f89f8 View commit details
    Browse the repository at this point in the history
  6. Add test with a start active set.

    Hendrych committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c8b2ab5 View commit details
    Browse the repository at this point in the history
  7. Add rounding as first standard heuristic.

    Hendrych committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    94d73d4 View commit details
    Browse the repository at this point in the history
  8. Round most of the time.

    Hendrych committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0f98532 View commit details
    Browse the repository at this point in the history
  9. Heuristic test.

    Hendrych committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a73e336 View commit details
    Browse the repository at this point in the history
  10. Merge changes from main

    Hendrych committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a3048b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39aad6b View commit details
    Browse the repository at this point in the history
  12. Custom list of heuristics.

    Hendrych committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    72f4b22 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f1edab0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Heuristics can return list of possible solutions.

    Deborah Hendrych committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    72d7a72 View commit details
    Browse the repository at this point in the history
  2. The floor function can be told to return an integer.

    Deborah Hendrych committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b8791c9 View commit details
    Browse the repository at this point in the history
  3. minor corrections.

    Deborah Hendrych committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8580546 View commit details
    Browse the repository at this point in the history
  4. Renaming.

    Deborah Hendrych committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d556004 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

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

Commits on Jan 9, 2024

  1. Minor fixes.

    Hendrych committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c65876d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b06216 View commit details
    Browse the repository at this point in the history
  3. Track LMO calls in the heuristics.

    Hendrych committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    022136d View commit details
    Browse the repository at this point in the history
  4. Merge changes.

    Hendrych committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8572767 View commit details
    Browse the repository at this point in the history
  5. Minor change.

    Hendrych committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    204e2b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. minor change in printing of the statistics.

    Hendrych committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4cd3979 View commit details
    Browse the repository at this point in the history
  2. minor change.

    Hendrych committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    21ef4b2 View commit details
    Browse the repository at this point in the history
  3. Probability rounding.

    Hendrych committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4bd316e View commit details
    Browse the repository at this point in the history
  4. minor fix.

    Hendrych committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    52ccfd9 View commit details
    Browse the repository at this point in the history
  5. Error hunt.

    Hendrych committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    75c6425 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Reset LMO also then the heuristic LMO is infeasible.

    Deborah Hendrych committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4c39f09 View commit details
    Browse the repository at this point in the history
  2. Added debug statement.

    Deborah Hendrych committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6b80b94 View commit details
    Browse the repository at this point in the history
  3. Correction.

    Deborah Hendrych committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f37c1f8 View commit details
    Browse the repository at this point in the history
  4. Corrections.

    Deborah Hendrych committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a30327f View commit details
    Browse the repository at this point in the history
  5. Add heuristics test suite.

    Deborah Hendrych committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    76943ad View commit details
    Browse the repository at this point in the history
  6. Verbose off.

    Deborah Hendrych committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1b554c9 View commit details
    Browse the repository at this point in the history