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

Add variable is Solving state && free sol after adding #100

Merged
merged 9 commits into from
Jul 30, 2023

Conversation

mmghannam
Copy link
Member

No description provided.

* 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 mmghannam changed the title Add variable is Solving state Add variable is Solving state && free sol after adding Jul 30, 2023
@codecov
Copy link

codecov bot commented Jul 30, 2023

Codecov Report

Merging #100 (45964b4) into development (3659358) will decrease coverage by 2.17%.
Report is 7 commits behind head on development.
The diff coverage is 94.42%.

❗ Current head 45964b4 differs from pull request most recent head abe42e8. Consider uploading reports for the commit abe42e8 to get more accurate results

@@               Coverage Diff               @@
##           development     #100      +/-   ##
===============================================
- Coverage        91.19%   89.02%   -2.17%     
===============================================
  Files               12       13       +1     
  Lines              795      829      +34     
===============================================
+ Hits               725      738      +13     
- Misses              70       91      +21     
Files Changed Coverage Δ
src/branchrule.rs 66.67% <ø> (ø)
src/heuristic.rs 100.00% <ø> (ø)
src/lib.rs 50.00% <ø> (+50.00%) ⬆️
src/node.rs 100.00% <ø> (ø)
src/pricer.rs 75.00% <ø> (ø)
src/solution.rs 100.00% <ø> (ø)
src/model.rs 94.76% <90.79%> (-3.30%) ⬇️
src/scip.rs 95.02% <95.02%> (ø)

@mmghannam mmghannam enabled auto-merge (squash) July 30, 2023 10:28
@mmghannam mmghannam closed this Jul 30, 2023
auto-merge was automatically disabled July 30, 2023 10:28

Pull request was closed

@mmghannam mmghannam reopened this Jul 30, 2023
@mmghannam mmghannam merged commit a19d1d8 into development Jul 30, 2023
4 checks passed
@mmghannam mmghannam deleted the add-var-solving2 branch July 30, 2023 10:28
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