neocnt

Number theory using FLINT
git clone git://www.tkruger.se/neocnt.git
Log | Files | Refs | README

README (433B)


      1 NeoCNT: New C Number Theory
      2 ===========================
      3 
      4 This is the new playground for C Number Theory. It is a way to expolore
      5 the FLINT library. This is just a playground. Never use this for
      6 anything.
      7 
      8 hnp.c
      9 -----
     10 
     11 Utility for solving Hidden Number Problem instances. There is a command
     12 line program in examples called hnpsolve which exemplifies how it can be
     13 used. An example instance of a HNP is in examples/hnp_instance.txt.
     14 
     15