You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation uses .copy_gens()/copy_cons() to get access to the gens/cons of a polyhedron Poly. Change the implementation so it follows pplite and uses the .gens()/cons() method directly.