Merged
Conversation
Contributor
Author
|
Actually the build fix is already in #1009 but the argument fix is missing so changing the target branch. |
14f93a7 to
050a6dc
Compare
Contributor
Author
|
Having |
Member
|
Hey @DominikKamp thank you for this. Mo and I rushed a bit because of the tuning competition, hence the two branches. |
Joao-Dionisio
approved these changes
Jul 2, 2025
Joao-Dionisio
added a commit
that referenced
this pull request
Nov 28, 2025
* Add printStatisticsJson * Implied integer stuff * Add extra event types * minor fixes in relax.pxi * start of iisfinder plugin * udpate inlcudeReader with the new definition, add printStatisticsJson * Add assert to statistics json test * compilation, left iis for later * fix issues with exact scip. still no support * fixed some tests * fix minor typos * changelog so I don't forget * variable type tests * fix test_pricer bug * typo * IISfinder progress * Start of support for exact scip * Fix reader write (#1015) * Fix most compilation issues and warnings * Update IIS method and remove redeclaration * Fix build error * little IIS progress * iis compilation * some iis methods * remove semicolons * Change IIS methods imported * remove cons_and methods that were removed in SCIP - scipopt/scip@602bc1c810 * Update callback signatures of IISFinderExec and ReaderWrite to match SCIP 10 * Export IISfinder class * Add simple iis tests * Fix write json statistics test * Use deprecated implied integer type * Raise error when relaxator doesn't implement the exec callback * Fix event tests and add another one for catching variable events * Fix relaxator tests * add forgotten events. tests pass * custom iis finder test * try to fix jenkins pipeline * some stuff for the release * more complete and passing event tests * typo * correct version name * changelog and exact keyword * update scip version * trying out new links * binaries will remain on github * update with new file names * one more attempt * ignoring scip deprecation warning, for now * try removing cached scip * revert last commit * some work on iis * fix breaking tests with new preset * remove usage of deprecated implied integrality * pyscipopt style * clean up the class * some iis improvements * more robust time testing * I think this is it * cleaner iis * iis tutorial --------- Co-authored-by: Mohammed Ghannam <mohammad.m.ghannam@gmail.com> Co-authored-by: Mohammed Ghannam <mghannam@zib.de> Co-authored-by: DominikKamp <130753997+DominikKamp@users.noreply.github.com> Co-authored-by: Stefan Vigerske <svigerske@gams.com> Co-authored-by: Mohammed Ghannam <ghannam@zib.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This resolves
failing with Clang >= 16 and SCIP >= 10 by adapting to SCIP API 145 and adding a todo to handle exact objectives.