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

enable usage of Highs solver #766

Merged
merged 22 commits into from
Jul 31, 2023
Merged

enable usage of Highs solver #766

merged 22 commits into from
Jul 31, 2023

Commits on Jul 19, 2023

  1. add highs to requirements

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    62a3c21 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    d615b25 View commit details
    Browse the repository at this point in the history
  2. docs: add changelog entry

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ebbc65a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. fix: get results with infeasible termination status instead of Runtim…

    …eError
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    51a3148 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fx: avoid double solving

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a699c16 View commit details
    Browse the repository at this point in the history
  2. style: fix HiGHS capitalization

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f6b3772 View commit details
    Browse the repository at this point in the history
  3. remove HiGHS from requirements

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6d9c2a6 View commit details
    Browse the repository at this point in the history
  4. remove dependency

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    58b24e3 View commit details
    Browse the repository at this point in the history
  5. add dependency back

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    bb00d3a View commit details
    Browse the repository at this point in the history
  6. docs: document how to install HiGHS

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    d2809ad View commit details
    Browse the repository at this point in the history
  7. add HIghs to Dockerfile

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2a94530 View commit details
    Browse the repository at this point in the history
  8. remove extra lines

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ffacf30 View commit details
    Browse the repository at this point in the history
  9. fix typos

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ce969db View commit details
    Browse the repository at this point in the history
  10. load solution when termination_condition!=infeasible

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ae09379 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8cb457 View commit details
    Browse the repository at this point in the history
  12. address some textual changes

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3d249ce View commit details
    Browse the repository at this point in the history
  13. fx CBC capitalization

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    97d9bde View commit details
    Browse the repository at this point in the history
  14. fix grammar

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9a253df View commit details
    Browse the repository at this point in the history
  15. check if there are results in a more robustly

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ca7a0e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. update inline comment

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    aea59bb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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