Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
pkgs/sagemath-polyhedra: Add sage.numerical.mip etc (fixup)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 27, 2023
1 parent ad6a466 commit 131e3be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pkgs/sagemath-polyhedra/MANIFEST.in.m4
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,18 @@ prune sage/geometry/riemannian_manifolds
exclude sage/geometry/integral_points.pyx # depends on matrix_integer_dense


include src/sage/numerical/mip.p*
include src/sage/numerical/interactive_simplex_method.p*
include src/sage/numerical/linear_*.p*
include src/sage/numerical/sdp.p*
include src/sage/numerical/backends/cvxopt_*.p*
include src/sage/numerical/backends/cvxpy_*.p*
include src/sage/numerical/backends/generic_*.p*
include src/sage/numerical/backends/interactivelp_*.p*
include src/sage/numerical/backends/logging_*.p*
include src/sage/numerical/backends/matrix_*.p*
include src/sage/numerical/backends/ppl_*.p*
include src/sage/numerical/backends/scip_*.p*
include sage/numerical/mip.p*
include sage/numerical/interactive_simplex_method.p*
include sage/numerical/linear_*.p*
include sage/numerical/sdp.p*
include sage/numerical/backends/cvxopt_*.p*
include sage/numerical/backends/cvxpy_*.p*
include sage/numerical/backends/generic_*.p*
include sage/numerical/backends/interactivelp_*.p*
include sage/numerical/backends/logging_*.p*
include sage/numerical/backends/matrix_*.p*
include sage/numerical/backends/ppl_*.p*
include sage/numerical/backends/scip_*.p*


global-exclude *.py[co]
Expand Down
1 change: 1 addition & 0 deletions src/sage/all__sagemath_polyhedra.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from sage.matrix.all import *
from sage.geometry.all__sagemath_polyhedra import *
from sage.geometry.triangulation.all import *
from sage.numerical.all__sagemath_polyhedra import *

true = True
false = False
Expand Down

0 comments on commit 131e3be

Please sign in to comment.