Skip to content

Conversation

@pfetsch
Copy link
Contributor

@pfetsch pfetsch commented Nov 10, 2025

The path to config.h in SCIP 10 is given by lib/shared/include/scip/config.h now.
The file config.h is generated depending on the build flags of make and is placed next to the .o files.
But then there is was no connection from libscip to config.h.
In SCIP 10 this is now resolved by using the generic path mentioned above.
The change now also gets rid of NO_CONFIG_HEADER which was a work-around.

The path to config.h in SCIP 10 is given by
lib/shared/include/scip/config.h now.
Before this was avoided by using NO_CONFIG_HEADER.
Copy link
Member

@Joao-Dionisio Joao-Dionisio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I'm just curious about the f-strings

@Joao-Dionisio Joao-Dionisio merged commit f6536f0 into master Nov 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants