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

Latest development changes #109

Merged
merged 11 commits into from
Sep 17, 2023
Merged

Latest development changes #109

merged 11 commits into from
Sep 17, 2023

Conversation

mmghannam
Copy link
Member

No description provided.

mmghannam and others added 11 commits June 25, 2023 10:36
* 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

* Separate solution methods to its own trait
* 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
* Added set_obj_integral() function

* Added test for set_obj_integral

* Moved new method to Model<ProblemCreated>

* Update method signature to always return Self

* Updated CHANGELOG.md
@codecov
Copy link

codecov bot commented Sep 17, 2023

Codecov Report

Merging #109 (2571186) into main (b8a289b) will decrease coverage by 1.54%.
The diff coverage is 12.50%.

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
- Coverage   75.22%   73.68%   -1.54%     
==========================================
  Files          13       13              
  Lines        1707     1748      +41     
==========================================
+ Hits         1284     1288       +4     
- Misses        423      460      +37     
Files Changed Coverage Δ
src/branchrule.rs 93.88% <ø> (ø)
src/lib.rs 34.92% <ø> (-0.28%) ⬇️
src/model.rs 89.47% <0.00%> (-3.16%) ⬇️
src/scip.rs 81.80% <20.83%> (-2.81%) ⬇️

@mmghannam mmghannam merged commit fbd2b06 into main Sep 17, 2023
4 of 6 checks passed
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.

2 participants