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

Review: adding lower-level objective gap and pessimistic case related functions #102

Draft
wants to merge 26 commits into
base: stable/1.2
Choose a base branch
from

Conversation

yuxies
Copy link

@yuxies yuxies commented Jun 23, 2022

The main changes in this draft:

  • add gaps to related functions in UB problems setup and cut generations;
  • add pessimistic related parameters and variables; add containers and tags to the linking solution pool; (these changes introduced check failure on call stack...)
  • in MibSBilevel, change the feasibility checking procedures and add related problem setup functions;
  • in MibSModel, add a function to store coefficient matrices A1, A2, G1, and G1 since they are used in pessimistic problem setup functions;
  • in MibSCutGenerator, remove getLowerMatrices() as it is replaced by the function above; related lines that appeared in finding solutions for the (watermelon) intersection cuts are also removed;

A segmentation fault was introduced after adding the pessimistic parameters. Still trying to figure out where it was caused...

Will have more updates after running tests.

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

1 participant