-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Standardize intersection
in combinatorial_polyhedron/bit_vector_operations.cc
#30429
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
New commits:
|
Commit: |
Branch: public/30429 |
Reviewer: Travis Scrimshaw |
comment:6
LGTM. |
comment:7
Thank you. |
Changed branch from public/30429 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We standardize the arguments of the intersection to be
corresponding well with
C[i] = A[i] & B[i]
(and withsrc/sage/data_structures/bitset.pxi
).Previously it was
This is confusing, once you get used to the standard way of doing it (
gmp
also hasmpz_add(mpz_t dest, const mpz_t src1, const mpz_t src2)
)CC: @jplab @LaisRast @tscrim
Component: geometry
Author: Jonathan Kliem
Branch/Commit:
fe880a4
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/30429
The text was updated successfully, but these errors were encountered: