-
Notifications
You must be signed in to change notification settings - Fork 11
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
Codecov Report
@@ 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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.