-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
In the folder src/sage/geometry/polyhedron/combinatorial_polyhedron
there is an empty folder that keeps appearing.
This is because bit_vector_operations
was not properly defined in module_list.py
.
We fix this by including the functions needed directly in each file with cdef extern from "bit_vector_operations.cc"
and removing the module sage/geometry/polyhedron/combinatorial_polyhedron/bit_vector_operations.cc
.
Component: geometry
Keywords: combinatorial polyhedron
Author: Jonathan Kliem
Branch/Commit: c698941
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/28757