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 support for Xpress callbacks in Pyomo #2714

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jsiirola
Copy link
Member

@jsiirola jsiirola commented Feb 1, 2023

Fixes # .

Summary/Motivation:

This is reopening #2648

Changes proposed in this PR:

  • Add a base class and callback implementations for providing users access to the Xpress callback mechanism

Legal Acknowledgement

By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

@mrmundt
Copy link
Contributor

mrmundt commented Feb 1, 2023

@djunglas - New PR is here!

@codecov
Copy link

codecov bot commented Feb 1, 2023

Codecov Report

Attention: Patch coverage is 80.14440% with 55 lines in your changes are missing coverage. Please review.

Project coverage is 86.75%. Comparing base (0ef8cde) to head (ae3e3a3).
Report is 3787 commits behind head on main.

Files Patch % Lines
pyomo/solvers/plugins/solvers/xpress_direct.py 80.14% 55 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2714      +/-   ##
==========================================
- Coverage   86.80%   86.75%   -0.06%     
==========================================
  Files         766      766              
  Lines       86041    86307     +266     
==========================================
+ Hits        74690    74875     +185     
- Misses      11351    11432      +81     
Flag Coverage Δ
linux 83.86% <80.14%> (-0.41%) ⬇️
osx 73.70% <80.14%> (+0.02%) ⬆️
other 84.04% <80.14%> (-0.40%) ⬇️
win 81.63% <80.14%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@blnicho blnicho added this to Review in progress in February 2023 Release via automation Feb 2, 2023
@blnicho blnicho removed this from Review in progress in February 2023 Release Feb 14, 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.

None yet

3 participants