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

feat: Adding lower-bounding search to the solver #132

Merged
merged 20 commits into from
Feb 10, 2025

Conversation

ImkoMarijnissen
Copy link
Contributor

Currently, we only support upper-bounding search (LSU) in the solver; however, it makes sense to also support lower-bounding search (LUS) in the solver.

This PR aims to implement lower-bounding search using assumptions.

@ImkoMarijnissen ImkoMarijnissen added the enhancement New feature or request label Jan 20, 2025
@ImkoMarijnissen
Copy link
Contributor Author

By @maartenflippo

This should be refactored into separate structures and removed from the "Solver" api; this would lead to more separable logical structures with the added benefit of improved extendability

Copy link
Contributor

@maartenflippo maartenflippo left a comment

Choose a reason for hiding this comment

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

See Imko's comments from our in-person discussion

@maartenflippo maartenflippo merged commit 947896d into develop Feb 10, 2025
4 checks passed
@maartenflippo maartenflippo deleted the feat/lower-bounding-search branch February 10, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants