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

[Bridges] fix deleting variable in Bridges.Variable.VectorizeBridge #2393

Merged
merged 7 commits into from
Jan 8, 2024

Conversation

odow
Copy link
Member

@odow odow commented Jan 5, 2024

One issue from #2384.

It seems simpler to throw here than to carry around a bunch of extra state about which constants we need to modify.

@odow
Copy link
Member Author

odow commented Jan 5, 2024

@blegat you might want to take a look here. I don't really understand all of the different levels of indirection.

@blegat
Copy link
Member

blegat commented Jan 5, 2024

Indeed, it's best to just throw in delete. What's wrong with ConstraintPrimal ?

Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
@odow
Copy link
Member Author

odow commented Jan 5, 2024

What's wrong with ConstraintPrimal ?

I couldn't figure it out yet. It gets the wrong answer, but the layers of debugging are many...

But I'll remove for now. The delete fix is correct.

@odow odow merged commit 9a790ca into master Jan 8, 2024
16 of 17 checks passed
@odow odow deleted the od/vectorize-delete branch January 8, 2024 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants