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

Separate solution methods to its own trait #98

Merged
merged 3 commits into from
Jul 27, 2023
Merged

Conversation

mmghannam
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #98 (01e75d1) into development (a331abd) will not change coverage.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##           development      #98   +/-   ##
============================================
  Coverage        91.29%   91.29%           
============================================
  Files               13       13           
  Lines              804      804           
============================================
  Hits               734      734           
  Misses              70       70           
Files Changed Coverage Δ
src/lib.rs 50.00% <ø> (ø)
src/model.rs 97.83% <100.00%> (ø)

@mmghannam mmghannam merged commit 248aebf into development Jul 27, 2023
4 checks passed
@mmghannam mmghannam deleted the solving-state branch July 27, 2023 09:24
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.

1 participant