Skip to content

implement_tree_skip#16

Open
yasirroni wants to merge 1 commit into
osqp:masterfrom
yasirroni:implement_tree_skip
Open

implement_tree_skip#16
yasirroni wants to merge 1 commit into
osqp:masterfrom
yasirroni:implement_tree_skip

Conversation

@yasirroni

Copy link
Copy Markdown

Solve #14, but I'm not sure if it will introduce bug later. It just work and give consistent optimal result.

@CLAassistant

CLAassistant commented Sep 14, 2021

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@yasirroni

Copy link
Copy Markdown
Author

Hey @bstellato, would you like to review this?

Comment thread miosqp/solver.py

# 3) Bound and Branch
work.bound_and_branch(leaf)
if not (leaf.x == None).any():

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Should be changed to if None not in leaf.x:

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