passagemath-polyhedra 10.6.31rc2__tar.gz → 10.6.31rc3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of passagemath-polyhedra might be problematic. Click here for more details.
- {passagemath_polyhedra-10.6.31rc2/passagemath_polyhedra.egg-info → passagemath_polyhedra-10.6.31rc3}/PKG-INFO +7 -6
- passagemath_polyhedra-10.6.31rc3/VERSION.txt +1 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3/passagemath_polyhedra.egg-info}/PKG-INFO +7 -6
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/passagemath_polyhedra.egg-info/requires.txt +4 -4
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/pyproject.toml +10 -9
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base4.py +1 -1
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base_mutable.py +1 -1
- passagemath_polyhedra-10.6.31rc2/VERSION.txt +0 -1
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/MANIFEST.in +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/README.rst +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/passagemath_polyhedra.egg-info/SOURCES.txt +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/passagemath_polyhedra.egg-info/dependency_links.txt +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/passagemath_polyhedra.egg-info/top_level.txt +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/all__sagemath_polyhedra.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/game_theory/all.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/game_theory/catalog.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/game_theory/catalog_normal_form_games.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/game_theory/cooperative_game.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/game_theory/matching_game.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/game_theory/normal_form_game.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/game_theory/parser.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/all__sagemath_polyhedra.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/cone.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/cone_catalog.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/cone_critical_angles.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/convex_set.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/fan.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/fan_isomorphism.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/fan_morphism.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/hasse_diagram.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/hyperplane_arrangement/affine_subspace.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/hyperplane_arrangement/all.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/hyperplane_arrangement/arrangement.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/hyperplane_arrangement/check_freeness.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/hyperplane_arrangement/hyperplane.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/hyperplane_arrangement/library.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/hyperplane_arrangement/ordered_arrangement.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/hyperplane_arrangement/plot.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/integral_points.pxi +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/integral_points.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/integral_points_generic_dense.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/lattice_polytope.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/linear_expression.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/meson.build +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/newton_polygon.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/point_collection.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedral_complex.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/all.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/backend_cdd.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/backend_cdd_rdf.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/backend_field.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/backend_normaliz.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/backend_number_field.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/backend_polymake.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/backend_ppl.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base0.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base1.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base2.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base3.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base5.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base6.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base7.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base_QQ.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base_RDF.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base_ZZ.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/base_number_field.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/cdd_file_format.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/all.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/base.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/face_data_structure.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/meson.build +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/constructor.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/double_description.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/double_description_inhomogeneous.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/face.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/generating_function.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/lattice_euclidean_group_element.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/library.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/meson.build +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/misc.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/modules/all.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/modules/formal_polyhedra_module.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/palp_database.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/parent.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/plot.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/ppl_lattice_polygon.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/ppl_lattice_polytope.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/polyhedron/representation.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/pseudolines.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/relative_interior.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/toric_plotter.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/all.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/base.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/data.cc +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/data.h +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/data.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/element.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/functions.cc +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/functions.h +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/functions.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/meson.build +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/point_configuration.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/triangulations.cc +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/triangulations.h +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/triangulation/triangulations.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/voronoi_diagram.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/interfaces/all__sagemath_polyhedra.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/interfaces/polymake.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/all.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/all__sagemath_polyhedra.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/all.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/all__sagemath_polyhedra.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/cvxopt_backend.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/cvxopt_backend_test.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/cvxopt_sdp_backend.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/cvxpy_backend.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/cvxpy_backend.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/cvxpy_backend_test.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/generic_backend_test.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/interactivelp_backend.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/interactivelp_backend.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/interactivelp_backend_test.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/logging_backend.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/matrix_sdp_backend.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/matrix_sdp_backend.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/meson.build +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/ppl_backend.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/ppl_backend_test.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/scip_backend.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/scip_backend.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/scip_backend_test.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/interactive_simplex_method.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/knapsack.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/linear_functions.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/linear_functions.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/linear_tensor.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/linear_tensor_constraints.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/linear_tensor_element.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/linear_tensor_element.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/meson.build +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/mip.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/mip.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/sdp.pxd +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/sdp.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/rings/all__sagemath_polyhedra.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/rings/polynomial/all__sagemath_polyhedra.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/rings/polynomial/omega.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/all__sagemath_polyhedra.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/all.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/chow_group.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/divisor.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/divisor_class.pyx +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/fano_variety.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/homset.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/ideal.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/library.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/meson.build +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/morphism.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/points.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/sheaf/all.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/sheaf/constructor.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/sheaf/klyachko.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/toric_subscheme.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/variety.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/weierstrass.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/weierstrass_covering.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/weierstrass_higher.py +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/setup.cfg +0 -0
- {passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-polyhedra
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.31rc3
|
|
4
4
|
Summary: passagemath: Convex polyhedra in arbitrary dimension, mixed integer linear optimization
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -24,19 +24,20 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
-
Requires-Python: <3.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
30
31
|
Description-Content-Type: text/x-rst
|
|
31
32
|
Requires-Dist: gmpy2~=2.1.b999
|
|
32
33
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
|
33
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
34
35
|
Requires-Dist: passagemath-ppl
|
|
35
36
|
Requires-Dist: memory_allocator
|
|
36
|
-
Requires-Dist: passagemath-conf==10.6.
|
|
37
|
-
Requires-Dist: passagemath-environment==10.6.
|
|
38
|
-
Requires-Dist: passagemath-glpk==10.6.
|
|
39
|
-
Requires-Dist: passagemath-modules==10.6.
|
|
37
|
+
Requires-Dist: passagemath-conf==10.6.31rc3; sys_platform != "win32"
|
|
38
|
+
Requires-Dist: passagemath-environment==10.6.31rc3
|
|
39
|
+
Requires-Dist: passagemath-glpk==10.6.31rc3
|
|
40
|
+
Requires-Dist: passagemath-modules==10.6.31rc3
|
|
40
41
|
Provides-Extra: conf
|
|
41
42
|
Requires-Dist: passagemath-conf; extra == "conf"
|
|
42
43
|
Provides-Extra: test
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10.6.31.rc3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-polyhedra
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.31rc3
|
|
4
4
|
Summary: passagemath: Convex polyhedra in arbitrary dimension, mixed integer linear optimization
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -24,19 +24,20 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
-
Requires-Python: <3.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
30
31
|
Description-Content-Type: text/x-rst
|
|
31
32
|
Requires-Dist: gmpy2~=2.1.b999
|
|
32
33
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
|
33
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
34
35
|
Requires-Dist: passagemath-ppl
|
|
35
36
|
Requires-Dist: memory_allocator
|
|
36
|
-
Requires-Dist: passagemath-conf==10.6.
|
|
37
|
-
Requires-Dist: passagemath-environment==10.6.
|
|
38
|
-
Requires-Dist: passagemath-glpk==10.6.
|
|
39
|
-
Requires-Dist: passagemath-modules==10.6.
|
|
37
|
+
Requires-Dist: passagemath-conf==10.6.31rc3; sys_platform != "win32"
|
|
38
|
+
Requires-Dist: passagemath-environment==10.6.31rc3
|
|
39
|
+
Requires-Dist: passagemath-glpk==10.6.31rc3
|
|
40
|
+
Requires-Dist: passagemath-modules==10.6.31rc3
|
|
40
41
|
Provides-Extra: conf
|
|
41
42
|
Requires-Dist: passagemath-conf; extra == "conf"
|
|
42
43
|
Provides-Extra: test
|
|
@@ -2,15 +2,15 @@ gmpy2~=2.1.b999
|
|
|
2
2
|
cysignals!=1.12.0,>=1.11.2
|
|
3
3
|
passagemath-ppl
|
|
4
4
|
memory_allocator
|
|
5
|
-
passagemath-environment==10.6.
|
|
6
|
-
passagemath-glpk==10.6.
|
|
7
|
-
passagemath-modules==10.6.
|
|
5
|
+
passagemath-environment==10.6.31rc3
|
|
6
|
+
passagemath-glpk==10.6.31rc3
|
|
7
|
+
passagemath-modules==10.6.31rc3
|
|
8
8
|
|
|
9
9
|
[4ti2]
|
|
10
10
|
passagemath-latte-4ti2
|
|
11
11
|
|
|
12
12
|
[:sys_platform != "win32"]
|
|
13
|
-
passagemath-conf==10.6.
|
|
13
|
+
passagemath-conf==10.6.31rc3
|
|
14
14
|
|
|
15
15
|
[:sys_platform == "win32"]
|
|
16
16
|
cysignals<1.12.4
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# Minimum requirements for the build system to execute.
|
|
3
3
|
requires = [
|
|
4
4
|
'setuptools >= 77.0.0',
|
|
5
|
-
'passagemath-setup == 10.6.
|
|
5
|
+
'passagemath-setup == 10.6.31rc3',
|
|
6
6
|
'pkgconfig',
|
|
7
|
-
'passagemath-conf == 10.6.
|
|
8
|
-
'passagemath-environment == 10.6.
|
|
9
|
-
'passagemath-modules == 10.6.
|
|
7
|
+
'passagemath-conf == 10.6.31rc3 ; sys_platform != "win32"',
|
|
8
|
+
'passagemath-environment == 10.6.31rc3',
|
|
9
|
+
'passagemath-modules == 10.6.31rc3',
|
|
10
10
|
'cython >=3.0.8, <3.2.0', 'cython >=3.0.8,<3.2.0',
|
|
11
11
|
'gmpy2 ~=2.1.b999',
|
|
12
12
|
'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
|
|
@@ -22,10 +22,10 @@ dependencies = [
|
|
|
22
22
|
'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
|
|
23
23
|
'passagemath-ppl',
|
|
24
24
|
'memory_allocator',
|
|
25
|
-
'passagemath-conf == 10.6.
|
|
26
|
-
'passagemath-environment == 10.6.
|
|
27
|
-
'passagemath-glpk == 10.6.
|
|
28
|
-
'passagemath-modules == 10.6.
|
|
25
|
+
'passagemath-conf == 10.6.31rc3 ; sys_platform != "win32"',
|
|
26
|
+
'passagemath-environment == 10.6.31rc3',
|
|
27
|
+
'passagemath-glpk == 10.6.31rc3',
|
|
28
|
+
'passagemath-modules == 10.6.31rc3',
|
|
29
29
|
]
|
|
30
30
|
dynamic = ["version"]
|
|
31
31
|
license = "GPL-2.0-or-later"
|
|
@@ -46,10 +46,11 @@ classifiers = [
|
|
|
46
46
|
"Programming Language :: Python :: 3.11",
|
|
47
47
|
"Programming Language :: Python :: 3.12",
|
|
48
48
|
"Programming Language :: Python :: 3.13",
|
|
49
|
+
"Programming Language :: Python :: 3.14",
|
|
49
50
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
50
51
|
"Topic :: Scientific/Engineering :: Mathematics",
|
|
51
52
|
]
|
|
52
|
-
requires-python = ">=3.10, <3.
|
|
53
|
+
requires-python = ">=3.10, <3.15"
|
|
53
54
|
|
|
54
55
|
[project.urls]
|
|
55
56
|
"release notes" = "https://github.com/passagemath/passagemath/releases"
|
|
@@ -418,7 +418,7 @@ class Polyhedron_base4(Polyhedron_base3):
|
|
|
418
418
|
sage: Q.hasse_diagram()
|
|
419
419
|
Traceback (most recent call last):
|
|
420
420
|
...
|
|
421
|
-
TypeError: mutable polyhedra are unhashable
|
|
421
|
+
TypeError: ...mutable polyhedra are unhashable...
|
|
422
422
|
sage: C = Q.combinatorial_polyhedron()
|
|
423
423
|
sage: D = C.hasse_diagram()
|
|
424
424
|
sage: set(D.vertices(sort=False)) == set(range(20))
|
|
@@ -26,7 +26,7 @@ class Polyhedron_mutable(Polyhedron_base):
|
|
|
26
26
|
sage: set([p])
|
|
27
27
|
Traceback (most recent call last):
|
|
28
28
|
...
|
|
29
|
-
TypeError: mutable polyhedra are unhashable
|
|
29
|
+
TypeError: ...mutable polyhedra are unhashable...
|
|
30
30
|
sage: p.set_immutable()
|
|
31
31
|
sage: set([p])
|
|
32
32
|
{A 0-dimensional polyhedron in ZZ^2 defined as the convex hull of 1 vertex}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10.6.31.rc2
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/game_theory/all.py
RENAMED
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/game_theory/catalog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/game_theory/parser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/cone_catalog.py
RENAMED
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/convex_set.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/fan_morphism.py
RENAMED
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/hasse_diagram.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/meson.build
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/pseudolines.py
RENAMED
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/geometry/toric_plotter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/interfaces/polymake.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/backends/all.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/knapsack.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/meson.build
RENAMED
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/mip.pxd
RENAMED
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/mip.pyx
RENAMED
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/sdp.pxd
RENAMED
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/numerical/sdp.pyx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/rings/polynomial/omega.py
RENAMED
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/all.py
RENAMED
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/divisor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/homset.py
RENAMED
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/ideal.py
RENAMED
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/library.py
RENAMED
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/meson.build
RENAMED
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/morphism.py
RENAMED
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/points.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_polyhedra-10.6.31rc2 → passagemath_polyhedra-10.6.31rc3}/sage/schemes/toric/variety.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|