Skip to content

Commit 53d59b5

Browse files
committed
Version 1.6.4
1 parent 3d04049 commit 53d59b5

10 files changed

+128
-19
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ version_1.3/4ti2_v1.3_win32_x86.zip -text
9696
version_1.6.1/4ti2-1.6.1.tar.gz -text
9797
version_1.6.2/4ti2-1.6.2.tar.gz -text
9898
version_1.6.3/4ti2-1.6.3.tar.gz -text
99+
version_1.6.4/4ti2-1.6.4.tar.gz -text
99100
version_1.6/4ti2-1.6.tar.gz -text
100101
/walk.html -text
101102
/zbasis.html -text

4ti2_manual.pdf

-283 Bytes
Binary file not shown.

data.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@
99
<table border=0 width=90% cellspacing=5 cellpadding=5>
1010
<tr>
1111
<th>
12-
<font size=6>Data structure</font>
12+
<font size=6>Data format</font>
1313
</th>
1414
</tr>
1515
</table>
1616
</center>
1717

18-
The main concept of 4ti2 remains the same: a project is defined via a file
19-
'foo' containing the problem matrix. Related sets such as Graver basis
20-
or Markov basis are put into 'foo.gra' and 'foo.mar', respectively.<p>
18+
The interface of 4ti2 is minimalistic: A project is defined via a set
19+
of text files with the same basename and different extensions, most
20+
importantly the file 'foo.mat' containing the problem matrix. Each of
21+
the files has a very simple format,
22+
23+
Computed sets such as a Graver basis or a Markov basis are then written
24+
into files 'foo.gra' and 'foo.mar', respectively.<p>
2125

2226
Input files and output files usually contain a matrix or a list of
2327
vectors (written as a matrix) in a standard encoding such as<br>

download_4ti2.html

+49-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<table border=5 width=90% cellspacing=5 cellpadding=5>
1919
<tr>
2020
<th>
21-
Version 1.6.3, release on April 28, 2015</th>
21+
Version 1.6.4, release on May 19, 2015</th>
2222
</tr>
2323
<th>
2424
<font color=red> This is a source-only release of 4ti2, licensed as
@@ -29,6 +29,27 @@
2929
<table border=5 width=90% cellspacing=5 cellpadding=5>
3030
<tr>
3131
<th width=50% align=left>
32+
<a href="version_1.6.4/4ti2-1.6.4.tar.gz">4ti2 version 1.6.4 source code</a>
33+
</th>
34+
<th width=50% align=left>
35+
</th>
36+
</tr>
37+
</table>
38+
39+
<table border=5 width=90% cellspacing=5 cellpadding=5>
40+
<tr>
41+
<th>
42+
Version 1.6.3, release on April 28, 2015</th>
43+
</tr>
44+
<th>
45+
This is a source-only release of 4ti2, licensed as
46+
usual under the GNU General Public License. <p>It should compile on
47+
GNU/Linux, Mac OS X (with XCode), and Windows (with Cygwin).
48+
</th>
49+
</table>
50+
<table border=5 width=90% cellspacing=5 cellpadding=5>
51+
<tr>
52+
<th width=50% align=left>
3253
<a href="version_1.6.3/4ti2-1.6.3.tar.gz">4ti2 version 1.6.3 source code</a>
3354
</th>
3455
<th width=50% align=left>
@@ -278,4 +299,31 @@
278299
</th>
279300
</tr>
280301
</table>
302+
303+
<table border=5 width=90% cellspacing=5 cellpadding=5>
304+
<tr>
305+
<th>
306+
Version 1.1, released September 22, 2003</th>
307+
</tr>
308+
</table>
309+
310+
<table border=5 width=90% cellspacing=5 cellpadding=5>
311+
<tr>
312+
<th width=50%>
313+
<a href="version_1.1/4ti2_sun_1.1.tar.gz">4ti2 version 1.1 for SUN machines</a>
314+
</th>
315+
<th width=50%>
316+
<a href="install_sun_1.1.html">Installation guide for SUN machines</a>
317+
</th>
318+
</tr>
319+
<tr>
320+
<th width=50%>
321+
<a href="version_1.1/4ti2_linux_1.1.tar.gz">4ti2 version 1.1 for linux machines</a>
322+
</th>
323+
<th width=50%>
324+
<a href="install_linux_1.1.html">Installation guide for linux machines</a>
325+
</th>
326+
</tr>
327+
</table>
328+
281329
</BODY>

h.html

+17-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<table border=0 width=90% cellspacing=5 cellpadding=5>
1111
<tr>
1212
<th>
13-
<font size=6>April 28, 2015: We are happy to release 4ti2 version 1.6.3!</font>
13+
<font size=6>May 19, 2015: We are happy to release 4ti2 version 1.6.4!</font>
1414
</th>
1515
</tr>
1616
</table>
@@ -20,6 +20,22 @@
2020
or have a look at our <a href="4ti2_manual.pdf">manual</a>!</font><p>
2121

2222
<pre>
23+
News in 4ti2 version 1.6.4, compared to 1.6.3:
24+
25+
* Improved error checking while reading zsolve input files.
26+
Reported by Sebastian Gutsche.
27+
28+
* The PDF manual has been updated to include a reference to commands
29+
and their options and a reference to the API. The command
30+
reference on www.4ti2.de has also been updated.
31+
32+
* Better option handling. Make long options available in non-GNU
33+
platforms such as Mac OS X. All commands now support the
34+
standard --help and --version options.
35+
36+
* Minor fix to the test suite.
37+
Reported by Luis David Garcia-Puente.
38+
2339
News in 4ti2 version 1.6.3, compared to 1.6.2:
2440

2541
* The manual has been updated.

output.html

-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<pre>
22
<!--- Autogenerated, do not edit. -->
3-
-------------------------------------------------
4-
4ti2 version 1.6.3+svn, Copyright 2006,2015 4ti2 team.
5-
4ti2 comes with ABSOLUTELY NO WARRANTY.
6-
This is free software, and you are welcome
7-
to redistribute it under certain conditions.
8-
For details, see the file COPYING.
9-
-------------------------------------------------
103
usage: output [--options] FILENAME.EXT
114

125
Transforms a 4ti2 matrix file to something else.

team.html

+41-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,47 @@
1717
</center>
1818

1919
<ul>
20-
<li> Ralf Hemmecke, RISC, University of Linz, Austria
21-
<li> Raymond Hemmecke, University of Magdeburg, Germany
22-
<li> Matthias K&ouml;ppe, UC Davis, CA, USA
23-
<li> Peter Malkin, CORE, UC Davis, CA, USA
24-
<li> Matthias Walter, University of Magdeburg, Germany
20+
<li> <strong>Raymond Hemmecke</strong>,
21+
<a href="http://www.heureka-solutions.com/">Heureka
22+
Solutions, Munich</a>
23+
24+
<p> Project initiator; developed the first versions of <code>hilbert</code>,
25+
<code>graver</code>, <code>groebner</code>, etc. while at UC Davis.
26+
27+
<p> Continued to maintain the project while at the University of
28+
Magdeburg, TU Darmstadt, and TU Munich.
29+
30+
</li>
31+
<li> <strong>Ralf Hemmecke</strong>, RISC, University of Linz,
32+
Austria
33+
34+
<p> Credited as coauthor for early 4ti2 code, some of which is
35+
still part of 4ti2 in <code>src/util</code>
36+
37+
</li>
38+
<li> <strong><a href="https://www.math.ucdavis.edu/~mkoeppe/">Matthias
39+
K&ouml;ppe</a></strong>, UC Davis, CA, USA
40+
41+
<p>Wrote <code>ppi</code> while at the University of Magdeburg, which was later
42+
included in 4ti2.
43+
44+
<p>Updated the build system.
45+
46+
<p>Current de facto maintainer;
47+
contact: <a href="mailto:[email protected]">[email protected]</a>
48+
</li>
49+
<li> <strong>Peter Malkin</strong>
50+
51+
<p>Developed the current version
52+
of <code>groebner</code>, <code>qsolve</code>, etc.,
53+
while at CORE, UC Louvain, Belgium and at UC Davis, CA, USA.
54+
<p>Developed the C API of 4ti2.
55+
56+
<li> <strong>Matthias Walter</strong>, University of Magdeburg,
57+
Germany
58+
59+
<p>Wrote the current version of <code>zsolve</code>,
60+
including <code>hilbert</code>, <code>graver</code>.
2561
</ul>
2662

2763
</BODY>

toc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="h.html" target=text>Main page</a>
99

1010
<ul>
11-
<li> <a href="team.html" target=text>Team</a>
11+
<li> <a href="team.html" target=text>Team/Contact</a>
1212
<li> <a href="cite.html" target=text>How to cite 4ti2</a>
1313
<li> <a href="download.html" target=text>Download</a>
1414
<li> <a href="4ti2_manual.pdf" target=text>Manual</a> (PDF)

users.html

+11
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@
6060
<a href="http://www.sagemath.org/" target=_top>http://www.sagemath.org/</a>
6161
</th>
6262
</tr>
63+
<tr valign=top>
64+
<th align=left>
65+
GAP
66+
</th>
67+
<th align=left>
68+
<a href="http://wwwb.math.rwth-aachen.de/~gutsche/gap_packages/4ti2Interface/">GAP
69+
4ti2 interface by Sebastian Gutsche</a><br>
70+
<a href="http://homepages.vub.ac.be/~abachle/help/">GAP package HeLP
71+
by Andreas B&auml;chle, Leo Margolis</a>
72+
</th>
73+
</tr>
6374
</table>
6475

6576

version_1.6.4/4ti2-1.6.4.tar.gz

5.38 MB
Binary file not shown.

0 commit comments

Comments
 (0)