Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ipbori(1) [debian man page]

IPBORI(1)						      General Commands Manual							 IPBORI(1)

NAME
ipbori - An Interactive PolyBoRi Shell SYNOPSIS
ipbori [ -ipythonprefix prefix ] [ ipython-options ] DESCRIPTION
An interactive IPython shell for interfacing with the PolyBoRi framework. It offers full support of specialized data structures as well as C/C++- and Python-based algorithms for treating polynomials over Boolean rings. OPTIONS
-ipythonprefix This options allows to select a path for the IPython executable in the case of multiple IPython installations. Alternatively, the environment variable IPYTHONPREFIX may be set accordingly. In addition IPython options may be added to the command line. ENVIRONMENT
IPYTHONPREFIX Defines a path for the IPython executable. It can be overwritten by the -ipythonprefix option. Background The core of PolyBoRi is a C++ library, which is wrapped and extended by a Python interface. Essentially, ipbori calls IPython together with a profile for using PolyBoRi's python interface. It can be used as a special purpose computer-algebra system for computation with polyno- mials over Boolean rings. In ipbori a global ring is already predefined and a set of variables called x(0), ..., x(9999). The default ordering is lexicographical ordering (lp). For more details, see the PolyBoRi documentation. In particular, have a look at the tutorial, the doxygen part for the core library, and pythondoc part for the high-level routines. AUTHOR
The PolyBoRi framework was created by The PolyBoRi Team <polybori@mfo.de>, consisting of Michael Brickenstein <brickenstein@mfo.de> (high- level algorithms, primary designer) and Alexander Dreyer <alexander.dreyer@itwm.fraunhofer.de> (low-level routines, project infrastructure, and this man page). SEE ALSO
IPYTHON(1) May 2, 2008 IPBORI(1)

Check Out this Related Man Page

IRUNNER(1)																IRUNNER(1)

NAME
irunner - interactive runner interface SYNOPSIS
irunner [options] file_to_run DESCRIPTION
irunner is an interface to the various interactive runners available in IPython's irunner module. The already implemented runners are listed below; adding one for a new program is a trivial task, see the source for examples. OPTIONS
-h, --help show this help message and exit --ipython IPython interactive runner (default). --python Python interactive runner. --sage SAGE interactive runner. EXAMPLE
irunner.py --python -- --help will pass --help to the python runner. Similarly, irunner.py --ipython -- --interact script.ipy SEE ALSO
ipython(1) AUTHOR
irunner is an extension of Ken Schutte <kschutte-AT-csail.mit.edu>'s script contributed on the ipython-user list: http://scipy.net/piper- mail/ipython-user/2006-May/001705.html This manual page was written by Bernd Zeimetz <bernd@bzed.de>, for the Debian project (but may be used by others). Modified by Fernando Perez <Fernando.Perez@berkeley.edu> for inclusion in IPython. April 24, 2007 IRUNNER(1)
Man Page