gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] manuscripts/Sigs poss.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] manuscripts/Sigs poss.py
Date: Sun, 18 May 2003 04:06:57 -0400

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Tuomas J. Lukka <address@hidden>        03/05/18 04:06:57

Modified files:
        Sigs           : poss.py 

Log message:
        Data you can look at with xgobi - nice view of the tradeoffs

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/Sigs/poss.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: manuscripts/Sigs/poss.py
diff -u manuscripts/Sigs/poss.py:1.3 manuscripts/Sigs/poss.py:1.4
--- manuscripts/Sigs/poss.py:1.3        Sun May 18 03:52:24 2003
+++ manuscripts/Sigs/poss.py    Sun May 18 04:06:57 2003
@@ -90,8 +90,16 @@
        ))
        #printscheme(s) 
 
+    f = open("m.dat", "w")
+    for s in schemes:
+       print >>f, "%f %f %f" % (unfract(s[1][2]), unfract(s[1][5]+s[1][6]), 
unfract(s[1][7]))
+    f.close()
+
     for criteria in (
            (1, 0),
+           (1, 0.01),
+           (1, 0.1),
+           (1, 1),
            (1, 10),
            (1, 100),
            (1, 1000)):
@@ -115,3 +123,6 @@
     for n in range(26, 32):
        print "\nn = ",n
        printscheme(bleichenbacher_maurer(160,n))
+
+
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]