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

Add HPolytope with MT + let macro work on tuples #2315

Merged
merged 2 commits into from
Aug 5, 2020
Merged

Conversation

mforets
Copy link
Member

@mforets mforets commented Aug 5, 2020

The PR contains two updates:

  • add macro for HPolytope

  • in master one has to extract the tuple argument

vars, = @variables x[1:2]
HalfSpace(x[1] <= 1, x)

with this branch we can do

vars = @variables x[1:2]
HalfSpace(x[1] <= 1, x)

@mforets mforets requested a review from schillic August 5, 2020 16:47
@mforets mforets merged commit 9ed1509 into master Aug 5, 2020
@mforets mforets deleted the mforets/vec_MT branch August 5, 2020 17:03
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