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

Error in determine_H_rep #2

Open
shiveshkhaitan opened this issue Aug 18, 2020 · 1 comment
Open

Error in determine_H_rep #2

shiveshkhaitan opened this issue Aug 18, 2020 · 1 comment

Comments

@shiveshkhaitan
Copy link

i_ineq_rows = list(set(range(H_cdd.col_size)) - H_cdd.lin_set)

Shouldn't this be H_cdd.row_size instead of H_cdd.col_size?

@knicklux
Copy link

knicklux commented Jun 8, 2023

I second this. The inequality constraints are listed row-wise, with each row being a constraint and the entries along the columns being the coefficients in the constraint for the respective coordinate.

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

No branches or pull requests

2 participants