Powered by Apache

CVS log for OpenXM_contrib2/asir2018/engine/dist.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2018 / engine

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.28 / (download) - annotate - [select for diffs], Wed Mar 9 07:50:51 2022 UTC (2 years ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (unified) to selected 1.5 (unified)

The diagonalization in nd_gb and nd_gb_trace is not executed when diag_period is set to 0.
Reverted a modification in dist.c related to the bug on M1 mac.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Jan 13 08:15:02 2022 UTC (2 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (unified) to selected 1.5 (unified)

Added an option 'asis' to generic_gauss_elim_mod().

Revision 1.26 / (download) - annotate - [select for diffs], Thu Dec 23 08:55:33 2021 UTC (2 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.25: +56 -1 lines
Diff to previous 1.25 (unified) to selected 1.5 (unified)

Modified ptod() to avoid undesired behavior of GC? in M1 Mac.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jan 11 08:37:44 2021 UTC (3 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.24: +11 -1 lines
Diff to previous 1.24 (unified) to selected 1.5 (unified)

Fixed a bug in insert_sig.
Added switches sba_fixord and sba_grevlexgb in nd_sba.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Oct 6 06:31:19 2020 UTC (3 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.23: +4 -1 lines
Diff to previous 1.23 (unified) to selected 1.5 (unified)

Removed warnings.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jun 19 10:18:13 2020 UTC (3 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.22: +10 -1 lines
Diff to previous 1.22 (unified) to selected 1.5 (unified)

Added an experimental implementation of a signature based algorithm
nd_sba(Base,Vars,Characteristic,Ord). (No correctness)

Revision 1.22 / (download) - annotate - [select for diffs], Tue Feb 11 01:43:57 2020 UTC (4 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.21: +22 -21 lines
Diff to previous 1.21 (unified) to selected 1.5 (unified)

Added an option lex to newsyz.lres().

Revision 1.21 / (download) - annotate - [select for diffs], Wed Feb 5 04:56:10 2020 UTC (4 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.20: +5 -2 lines
Diff to previous 1.20 (unified) to selected 1.5 (unified)

Fixed a bug in dpm_simplify_syz().
Fixed a bug in ndl_module_compare().
Fixed bugs in module_syz.rr.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Feb 3 05:51:52 2020 UTC (4 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.19: +52 -3 lines
Diff to previous 1.19 (unified) to selected 1.5 (unified)

Added an option NaiveSchreyer in dp_gr_flags() for an experiment.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 27 08:13:59 2019 UTC (4 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.18: +64 -10 lines
Diff to previous 1.18 (unified) to selected 1.5 (unified)

Added a module order [4,base_ord,ring_ord], which is POT with a base order.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 12 04:44:59 2019 UTC (4 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.17: +6 -4 lines
Diff to previous 1.17 (unified) to selected 1.5 (unified)

Modified some parts in functions related to Schreyer resolution.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Nov 21 04:03:16 2019 UTC (4 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.16: +131 -2 lines
Diff to previous 1.16 (unified) to selected 1.5 (unified)

Added function dpm_insert_to_zlist(), dpm_sp_nf().

Revision 1.16 / (download) - annotate - [select for diffs], Thu Nov 21 01:54:01 2019 UTC (4 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.15: +18 -25 lines
Diff to previous 1.15 (unified) to selected 1.5 (unified)

Improved dpm_schreyer_base().

Revision 1.15 / (download) - annotate - [select for diffs], Tue Nov 19 10:50:31 2019 UTC (4 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.14: +173 -220 lines
Diff to previous 1.14 (unified) to selected 1.5 (unified)

Added dpm_schreyer_frame() and dpm_set_schreyer_level().

Revision 1.14 / (download) - annotate - [select for diffs], Tue Nov 12 22:27:04 2019 UTC (4 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.13: +19 -5 lines
Diff to previous 1.13 (unified) to selected 1.5 (unified)

Added a member "sum" in DMMstack.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Nov 12 12:50:40 2019 UTC (4 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.12: +32 -10 lines
Diff to previous 1.12 (unified) to selected 1.5 (unified)

Improved dpm_schreyer_base().

Revision 1.12 / (download) - annotate - [select for diffs], Tue Nov 12 07:47:45 2019 UTC (4 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.11: +198 -20 lines
Diff to previous 1.11 (unified) to selected 1.5 (unified)

Improved dpm_schreyer_base().
Added a function dpm_sp_nf().

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 1 04:28:53 2019 UTC (4 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.10: +10 -5 lines
Diff to previous 1.10 (unified) to selected 1.5 (unified)

Fixed some bugs in dpm related functions.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Oct 11 03:45:57 2019 UTC (4 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.9: +29 -5 lines
Diff to previous 1.9 (unified) to selected 1.5 (unified)

Fixed some bugs related to module computation (incomplete).

Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 19 06:29:47 2019 UTC (4 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.8: +63 -44 lines
Diff to previous 1.8 (unified) to selected 1.5 (unified)

Weighted POT order can be defined by dp_ord([2,[Wv,Wm],0) etc.
Schreyer order can be defined by dp_ord([3,[Hn,...,H1],[0,0]]) etc.
They can be used as an argument of nd functions.
(I think there are still bugs.)

Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 13 02:04:42 2019 UTC (4 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.7: +32 -14 lines
Diff to previous 1.7 (unified) to selected 1.5 (unified)

Added interreduction in dpm_schreyer_base().

Revision 1.7 / (download) - annotate - [select for diffs], Fri Sep 6 00:11:59 2019 UTC (4 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.6: +5 -3 lines
Diff to previous 1.6 (unified) to selected 1.5 (unified)

push_schreyer_order() properly maintains scheyer_obj.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Sep 5 08:49:43 2019 UTC (4 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.5: +13 -11 lines
Diff to previous 1.5 (unified)

dpm_hc() returns c*<<...>> for an input c*<<...:i>>.

Revision 1.5 / (download) - annotate - [selected], Wed Sep 4 05:32:10 2019 UTC (4 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.4: +98 -1 lines
Diff to previous 1.4 (unified)

Added dpm_simplify_syz() (with many bugs).

Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 4 01:12:02 2019 UTC (4 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.3: +192 -36 lines
Diff to previous 1.3 (unified) to selected 1.5 (unified)

Added dpm_schreyer_base() (an incomplete version).

Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 21 00:37:47 2019 UTC (4 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.2: +114 -14 lines
Diff to previous 1.2 (unified) to selected 1.5 (unified)

Added dpm_set_schreyer() for setting a schreyer ordering.
Added and modified several functions for treating DPM (module element over a polynomial
ring with distributed representation).

Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 28 08:20:28 2018 UTC (5 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.1: +8 -8 lines
Diff to previous 1.1 (unified) to selected 1.5 (unified)

Changed macros : QTOS->ZTOS, STOQ->STOZ etc.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 19 05:45:07 2018 UTC (5 years, 6 months ago) by noro
Branch: MAIN
Diff to selected 1.5 (unified)

Added asir2018 for implementing full-gmp asir.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>