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

Support adding primal solutions #30

Open
TiloW opened this issue Nov 11, 2024 · 0 comments · May be fixed by #31
Open

Support adding primal solutions #30

TiloW opened this issue Nov 11, 2024 · 0 comments · May be fixed by #31
Labels
enhancement New feature or request
Milestone

Comments

@TiloW
Copy link
Collaborator

TiloW commented Nov 11, 2024

Provide a way of adding initial solutions before solving, i.e., without any customized Scip heuristic.

Currently, I am using the following Scip methods to this end:

  • SCIPcreateSol()
  • SCIPsetSolVal()
  • SCIPcheckSol()
  • SCIPaddSolFree()
  • SCIPfreeSol()

All of them use the pure Scip object that should not be accessed in Scip++.

@hedtke hedtke added the enhancement New feature or request label Nov 11, 2024
@hedtke hedtke linked a pull request Nov 14, 2024 that will close this issue
@hedtke hedtke added this to the 1.3.0 milestone Nov 14, 2024
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 a pull request may close this issue.

2 participants