Up to [local] / OpenXM / src / k097 / lib / minimal
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 2 05:14:30 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6,
R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
RELEASE_1_2_1,
RELEASE_1_1_3,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
Added more examples of resolutions.
Revision 1.2 / (download) - annotate - [select for diffs], Sat May 6 07:58:37 2000 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.1: +15 -3
lines
Diff to previous 1.1 (colored)
Sminimal_v() is still bugy. I could not fix it today. See also debug-note.txt.
Revision 1.1 / (download) - annotate - [selected], Wed May 3 06:42:07 2000 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
I've been quiet and developed a code to construct minimal free resolution in D. This is a first working version for the minimal free resolution. It is written in the language kan/k0 and can be compiled into sm1 code. The language kan/k0 is similar to asir with extension of "class". Sample: k0 load["minimal.k"]; a = Sminimal(v);