Skip to content

[WIP] support xhat mip gapper options in generic cylinders #525

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

DLWoodruff
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@bknueven bknueven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving fast?

Comment on lines +384 to +385
if cfg.lagrangian_starting_mipgap is not None:
vanilla.add_gapper(lagrangian_spoke, cfg, "xhatshuffle")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if cfg.lagrangian_starting_mipgap is not None:
vanilla.add_gapper(lagrangian_spoke, cfg, "xhatshuffle")
if cfg.xhatsuffle_starting_mipgap is not None:
vanilla.add_gapper(xhatshuffle_spoke, cfg, "xhatshuffle")

Comment on lines +391 to +392
if cfg.lagrangian_starting_mipgap is not None:
vanilla.add_gapper(xhatxbar_spoke, cfg, "xhatshuffle")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if cfg.lagrangian_starting_mipgap is not None:
vanilla.add_gapper(xhatxbar_spoke, cfg, "xhatshuffle")
if cfg.xhatxbar_starting_mipgap is not None:
vanilla.add_gapper(xhatxbar_spoke, cfg, "xhatxbar")

@DLWoodruff DLWoodruff marked this pull request as draft June 9, 2025 20:51
@DLWoodruff DLWoodruff changed the title support xhat mip gapper options in generic cylinders [WIP] support xhat mip gapper options in generic cylinders Jun 9, 2025
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.

2 participants