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 objective module and objective class in order to allow maximization problems #170

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

FabianHofmann
Copy link
Collaborator

closes #168

@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (74ce2d2) 87.30% compared to head (ed67bb4) 87.59%.
Report is 16 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #170      +/-   ##
==========================================
+ Coverage   87.30%   87.59%   +0.29%     
==========================================
  Files          14       15       +1     
  Lines        3119     3225     +106     
  Branches      707      742      +35     
==========================================
+ Hits         2723     2825     +102     
- Misses        289      290       +1     
- Partials      107      110       +3     
Files Coverage Δ
linopy/__init__.py 100.00% <100.00%> (ø)
linopy/expressions.py 89.39% <100.00%> (+0.38%) ⬆️
linopy/io.py 78.93% <100.00%> (+0.30%) ⬆️
linopy/matrices.py 100.00% <100.00%> (ø)
linopy/solvers.py 89.93% <100.00%> (-0.22%) ⬇️
linopy/model.py 88.51% <95.83%> (+0.21%) ⬆️
linopy/objective.py 93.68% <93.68%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@FabianHofmann FabianHofmann merged commit cf62967 into master Oct 26, 2023
16 checks passed
@odow odow mentioned this pull request Dec 18, 2023
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.

Option to maximize an objective function?
1 participant