Ignore:
Timestamp:
Oct 25, 2013, 6:24:30 PM (10 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
32d8cb4d146c3b9e5d73001109ccb7837d4aae69
Parents:
69b2c1754cbeecd7c1b844e71e2101e1b3794062
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-10-25 18:24:30+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-10-25 18:25:28+02:00
Message:
chg: updated callpolymake to newest version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/callpolymake/polymake_conversion.h

    r69b2c1 r62de8de  
    1212#include <polymake/Set.h>
    1313#include <polymake/common/lattice_tools.h>
     14#include <polymake/IncidenceMatrix.h>
    1415
    1516#include <gfanlib/gfanlib.h>
    1617#include <gfanlib/gfanlib_q.h>
    1718
     19#include <libpolys/coeffs/numbers.h>
     20#include <libpolys/coeffs/bigintmat.h>
    1821#include <libpolys/misc/intvec.h>
     22#include <Singular/lists.h>
    1923
    2024/* Functions for converting Integers, Rationals and their Matrices
     
    4145intvec* PmVectorInteger2Intvec (const polymake::Vector<polymake::Integer>* vi, bool &ok);
    4246intvec* PmMatrixInteger2Intvec (polymake::Matrix<polymake::Integer>* mi, bool &ok);
    43 // intvec* PmIncidenceMatrix2Intvec (polymake::IncidenceMatrix<polymake::NonSymmetric>* icmat);
     47lists PmIncidenceMatrix2ListOfIntvecs (polymake::IncidenceMatrix<polymake::NonSymmetric>* icmat);
     48lists PmAdjacencyMatrix2ListOfEdges (polymake::IncidenceMatrix<polymake::NonSymmetric>* icmat);
    4449intvec* PmSetInteger2Intvec (polymake::Set<polymake::Integer>* si, bool &b);
     50number PmInteger2Number (const polymake::Integer& pi);
     51bigintmat* PmMatrixInteger2Bigintmat (polymake::Matrix<polymake::Integer>* mi);
    4552
    4653/* polymake <- singular */
Note: See TracChangeset for help on using the changeset viewer.