Skip to content

unit test for colgen loop when infeasible master (Farkas pricing)#1029

Open
guimarqu wants to merge 1 commit into
masterfrom
add_support_farkas_pricing
Open

unit test for colgen loop when infeasible master (Farkas pricing)#1029
guimarqu wants to merge 1 commit into
masterfrom
add_support_farkas_pricing

Conversation

@guimarqu

@guimarqu guimarqu commented Aug 3, 2023

Copy link
Copy Markdown
Contributor

Artur's suggestion to address the "No variable" warning in the LpSolver.

[12:17]guimarqu: hey, how do you start column generation when there is no variable in the master ? This happens at first colgen iteration using Farkas pricing
[14:55]Artur Pessoa: To use the solver, I had to add a dummy variable with upper and lower bound equal to zero and disable preprocessing.

@codecov

codecov Bot commented Aug 3, 2023

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.11%. Comparing base (e5e6c2b) to head (7a3818c).
⚠️ Report is 103 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1029   +/-   ##
=======================================
  Coverage   80.11%   80.11%           
=======================================
  Files          85       85           
  Lines        6428     6428           
=======================================
  Hits         5150     5150           
  Misses       1278     1278           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@guimarqu guimarqu added the low Low-priority task label Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

low Low-priority task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant