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

Primal heuristic plugin #85

Merged
merged 6 commits into from
Jun 29, 2023
Merged

Primal heuristic plugin #85

merged 6 commits into from
Jun 29, 2023

Conversation

mmghannam
Copy link
Member

@mmghannam mmghannam commented Jun 28, 2023

Fixes #81.

@mmghannam mmghannam enabled auto-merge (squash) June 28, 2023 15:15
@codecov
Copy link

codecov bot commented Jun 28, 2023

Codecov Report

Merging #85 (19ab7ae) into main (c6f0014) will increase coverage by 0.76%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #85      +/-   ##
==========================================
+ Coverage   90.43%   91.19%   +0.76%     
==========================================
  Files          11       12       +1     
  Lines         742      795      +53     
==========================================
+ Hits          671      725      +54     
+ Misses         71       70       -1     
Impacted Files Coverage Δ
src/lib.rs 0.00% <ø> (ø)
src/solution.rs 100.00% <ø> (ø)
src/heuristic.rs 100.00% <100.00%> (ø)
src/model.rs 98.06% <100.00%> (+0.13%) ⬆️

src/heur.rs Outdated Show resolved Hide resolved
src/heur.rs Outdated Show resolved Hide resolved
@mmghannam mmghannam merged commit a1463d5 into main Jun 29, 2023
@mmghannam mmghannam deleted the primal-heuristic branch June 29, 2023 08:29
mmghannam added a commit that referenced this pull request Jul 27, 2023
* Update version number (#84)

* Test solution printing

* Update version number

* Update CHANGELOG

* Primal heuristic plugin (#85)

* Add primal heuristic plugin

* Add primal heuristic plugin

* Update CHANGELOG

* Raise lowest coverage limit (#86)

* Fix links

* Rename back method name

* Use correct file name

* CI: use download links from github (#87)

* CI: use download links from github

* Use ubuntu download link

* Generate correct download link from version

* Change status of project in README (#94)

* Move scipptr struct and methods to its own module

* Update changelog

* Make raw scip ptr visible to crate
mmghannam added a commit that referenced this pull request Jul 27, 2023
* Test solution printing

* Update version number

* Update CHANGELOG

* Move ScipPtr struct and methods to its own module (#96)

* Update version number (#84)

* Test solution printing

* Update version number

* Update CHANGELOG

* Primal heuristic plugin (#85)

* Add primal heuristic plugin

* Add primal heuristic plugin

* Update CHANGELOG

* Raise lowest coverage limit (#86)

* Fix links

* Rename back method name

* Use correct file name

* CI: use download links from github (#87)

* CI: use download links from github

* Use ubuntu download link

* Generate correct download link from version

* Change status of project in README (#94)

* Move scipptr struct and methods to its own module

* Update changelog

* Make raw scip ptr visible to crate

* Solving state, represents methods accessible from plugin implementations (#97)

* Separate solution methods to its own trait (#98)

* Solving state, represents methods accessible from plugin implementations

* Separate solution methods to its own trait
mmghannam added a commit that referenced this pull request Jul 30, 2023
* Latest changes (#99)

* Test solution printing

* Update version number

* Update CHANGELOG

* Move ScipPtr struct and methods to its own module (#96)

* Update version number (#84)

* Test solution printing

* Update version number

* Update CHANGELOG

* Primal heuristic plugin (#85)

* Add primal heuristic plugin

* Add primal heuristic plugin

* Update CHANGELOG

* Raise lowest coverage limit (#86)

* Fix links

* Rename back method name

* Use correct file name

* CI: use download links from github (#87)

* CI: use download links from github

* Use ubuntu download link

* Generate correct download link from version

* Change status of project in README (#94)

* Move scipptr struct and methods to its own module

* Update changelog

* Make raw scip ptr visible to crate

* Solving state, represents methods accessible from plugin implementations (#97)

* Separate solution methods to its own trait (#98)

* Solving state, represents methods accessible from plugin implementations

* Separate solution methods to its own trait

* Update version number

* Allow add_var to be called from Solving state

* Release vars added in solving

* WIP

* Free sol after adding

* Fix fn calling

* Update changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Primal Heuristic Plugin
2 participants