Skip to content

Commit

Permalink
Trac #22452: Create a Polymake pexpect interface
Browse files Browse the repository at this point in the history
There is [https://github.com/videlec/pypolymake PyPolymake], to be added
at #21170. But I think it wouldn't hurt to additionally have a pexpect
interface to Polymake. And the purpose of this ticket is to create one.

URL: https://trac.sagemath.org/22452
Reported by: SimonKing
Ticket author(s): Simon King
Reviewer(s): Vincent Delecroix
  • Loading branch information
Release Manager authored and vbraun committed Mar 29, 2017
2 parents f9dca19 + 52a77ee commit 3dc585d
Show file tree
Hide file tree
Showing 3 changed files with 2,019 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/en/reference/interfaces/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ and testing to make sure nothing funny is going on).
sage/interfaces/mwrank
sage/interfaces/octave
sage/interfaces/phc
sage/interfaces/polymake
sage/interfaces/povray
sage/interfaces/psage
sage/interfaces/qepcad
Expand Down
1 change: 1 addition & 0 deletions src/sage/interfaces/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
from .mupad import mupad, Mupad # NOT functional yet
from .mwrank import mwrank, Mwrank
from .octave import octave, octave_version, Octave
from .polymake import polymake
from .qepcad import qepcad, qepcad_version, qepcad_formula
from .qsieve import qsieve
from .singular import singular, singular_version, Singular
Expand Down
Loading

0 comments on commit 3dc585d

Please sign in to comment.