Timeline
Jun 7, 2012:
- 5:43 PM Changeset in git [bca341]spielwiese by
- fix: naIsOne, naIsMOne improved: algext.cc::definiteReduce
Jun 6, 2012:
- 3:41 PM Changeset in git [773d28]spielwiese by
- fix: bug in factor recombination if extension is needed
Jun 5, 2012:
- 5:04 PM Ticket #431 (segment fault in minpoly computation) created by
- Executing […] where 'matrix' is the attached file results in […]
- 4:14 PM Ticket #430 (memory leak when applying if() to an element of an intmat) closed by
- fixed: fixed
- 3:00 PM Ticket #430 (memory leak when applying if() to an element of an intmat) created by
- Executing […] gives […] So there is obviously a memory leak.
Jun 4, 2012:
- 4:36 PM Ticket #428 (std bit not set properly) closed by
- wontfix: std(f,g) for f and g being polynomials can be: […] The first case …
- 4:11 PM Ticket #429 (Memory leak in intmat assignment) closed by
- fixed: fixed, also for matrices
- 4:06 PM Changeset in git [628418]spielwiese by
- fix: assignment of expr_list (#429)
- 2:35 PM Ticket #429 (Memory leak in intmat assignment) created by
- Executing […] gives […] So there is obviously a memory leak …
- 2:14 PM Ticket #428 (std bit not set properly) created by
- Is is possible to set the "std" bit to the ideal I when I do I = …
Jun 1, 2012:
- 12:46 PM Changeset in git [510dbc]spielwiese by
- add: transpose for bigintmat
May 31, 2012:
- 3:45 PM Changeset in git [98d6c3]spielwiese by
- Merge pull request #124 from mmklee/changes_sw Changes sw
- 3:43 PM Changeset in git [06c0b3]spielwiese by
- fix: newstruct changes fropm master
May 30, 2012:
- 10:06 PM Changeset in git [210d1b]spielwiese by
- fixing a Sort problem for 0-input (wrong output rank of 0?)
- 10:05 PM Changeset in git [33161fd]spielwiese by
- implemented FindReducer in syzextra chg: (SS)FindReducer don't need T! add: SSFindReducer uses FindReducer by default and can check its result!
- 10:03 PM Changeset in git [48ca29]spielwiese by
- add: doxygen description
- 3:50 PM Changeset in git [17642b]spielwiese by
- fix: typo in test
May 29, 2012:
- 1:28 PM Changeset in git [9aac3e]spielwiese by
- fix: lusolve: right side may be polynomial (from master)
- 12:36 PM Changeset in git [afb6a6]spielwiese by
- chg: reduce the number of bivariate factorizations
- 12:13 PM Changeset in git [70a952]spielwiese by
- fix: matrices in lusolve, ludecomp, luinverse must be constant (from master)
May 25, 2012:
- 10:39 PM Changeset in git [b2fb0c]spielwiese by
- added HybridNF && related design changes! add: introduced: SSFindReducer for HybridNF chg: use SSFindReducer for SSReduceTerm chg/fix: SSReduceTerm should not produce silly syzygies: m*gen(k) - m*gen(k) (it needs to know the 1st leading syzygy term!)
- 10:34 PM Changeset in git [d058ea]spielwiese by
- SSCompute2LeadingSyzygyTerms should use Compute2LeadingSyzygyTerms be default!
- 10:33 PM Changeset in git [c1931a4]spielwiese by
- new testing procedure testALLA: several tests in many setups!
- 10:32 PM Changeset in git [8e650e]spielwiese by
- options are attached as attributes to SSinit
May 23, 2012:
- 8:26 PM Changeset in git [74afe1f]spielwiese by
- moved 'Compute2LeadingSyzygyTerms' into the dyn.mod. TODO/TEST: interred & tailred
- 6:08 PM Changeset in git [8b78ee]spielwiese by
- sorting for Syz/Res project: add: inplace sorting 'Sort_c_ds' add: MySort to schreyer.lib for testing 'Sort_c_ds' chg: ComputeLeadingSyzygyTerms now sorts the output fix: MySort for non-monomial modules
- 5:42 PM Changeset in git [599813]spielwiese by
- minor changes/improvements add: default return value for a missing/wrong attribute of an idhdl object (atGet) chg: minor cleanup in p_Setm_General add: output of NegWeightL_* in rDebugPrint add: some doxygen docs to pGetCoeff add: more (internal) debug output on the ring/exponent structure: VarL_LowIndex, VarL_Offset add: doxygen description to id_Sort
- 5:40 PM Changeset in git [a28cb4f]spielwiese by
- fix: bug: rOrd_SetCompRequiresSetm was missing 'am' chg: minor cleanup of p_SetCompP From: Hans Schoenemann <hannes@mathematik.uni-kl.de>
- 2:37 PM Ticket #427 (bug in matrix command singular 3-1-4) closed by
- fixed: bug in minor: the ideal was constructed in a wrong way - fixed. (for …
- 2:31 PM Changeset in git [ebbb9c]spielwiese by
- fix: assign bigint = something should fail for 1x0 matrices fix: #427, bug in minor
- 5:09 AM Ticket #427 (bug in matrix command singular 3-1-4) created by
- ring r = 0,(p00,p01,p02,p10,p11,p12,p20,p21,p22),dp; ideal m = …
May 21, 2012:
- 7:34 PM Changeset in git [243404]spielwiese by
- add: ncols/nrows for bigintmat
- 7:28 PM Changeset in git [e73abe2]spielwiese by
- fix: newstruct in a list
- 7:28 PM Changeset in git [e5324a]spielwiese by
- fix: memory leaks in conversion
- 6:00 PM Changeset in git [7b7c2c]spielwiese by
- further Syz/Resolutions: chg: sorting: "ds" ->> "c,ds" (since reversed order!) chg: SSComputeLeadingSyzygyTerms moved into the dynamic module (ComputeLeadingSyzygyTerms)! TODO: add id_Sort wrt "c,ds" to ComputeLeadingSyzygyTerms???
- 3:35 PM Ticket #426 (incorrect output of the first matrix in mres) closed by
- wontfix
May 18, 2012:
- 7:04 PM Changeset in git [0bae3e]spielwiese by
- fix: close in m2_end (cherry picked from commit 3189a3707ba12fa2348a78276959d7cfd9155040) Signed-off-by: Andreas Steenpass <steenpass@mathematik.uni-kl.de> Conflicts: Singular/misc_ip.cc (trivial)
- 1:42 PM Changeset in git [3706b2]spielwiese by
- add: add: slStatusSsiL also for ssi:connect, better handling of close
- 10:42 AM Ticket #426 (incorrect output of the first matrix in mres) created by
- The example […] should be written as […] option(warn); may help …
May 17, 2012:
- 2:57 PM Changeset in git [d0015c]spielwiese by
- fix: newstruct in a list: access to parts: <list>[<int>].<elem> (from master)
- 10:41 AM SandBox edited by
- (diff)
- 10:41 AM TracQuery edited by
- (diff)
- 10:41 AM TracWiki edited by
- (diff)
- 10:41 AM TracSearch edited by
- (diff)
- 10:41 AM TracPermissions edited by
- (diff)
- 10:41 AM WikiHtml edited by
- (diff)
- 10:41 AM TracBatchModify created by
- 10:41 AM WikiFormatting edited by
- (diff)
- 10:41 AM TracModPython edited by
- (diff)
- 10:41 AM TracModWSGI edited by
- (diff)
- 10:41 AM CamelCase edited by
- (diff)
- 10:41 AM TracReports edited by
- (diff)
- 10:41 AM TracSupport edited by
- (diff)
- 10:41 AM TracNotification edited by
- (diff)
- 10:41 AM TracImport edited by
- (diff)
- 10:41 AM WikiNewPage edited by
- (diff)
- 10:41 AM WikiProcessors edited by
- (diff)
- 10:41 AM WikiMacros edited by
- (diff)
- 10:41 AM TracGuide edited by
- (diff)
- 10:41 AM TracStandalone edited by
- (diff)
- 10:41 AM TracChangeset edited by
- (diff)
- 10:41 AM TracLinks edited by
- (diff)
- 10:41 AM TracInterfaceCustomization edited by
- (diff)
- 10:41 AM PageTemplates edited by
- (diff)
- 10:41 AM TracBrowser edited by
- (diff)
- 10:41 AM TracNavigation edited by
- (diff)
- 10:41 AM TracTicketsCustomFields edited by
- (diff)
- 10:41 AM TracIni edited by
- (diff)
- 10:41 AM TracUpgrade edited by
- (diff)
- 10:41 AM TracSyntaxColoring edited by
- (diff)
- 10:41 AM TracInstall edited by
- (diff)
- 10:41 AM TracCgi edited by
- (diff)
- 10:41 AM TracPlugins edited by
- (diff)
- 10:41 AM TracAccessibility edited by
- (diff)
- 10:41 AM TracFastCgi edited by
- (diff)
- 10:41 AM TracRoadmap edited by
- (diff)
- 10:41 AM TracTickets edited by
- (diff)
- 10:41 AM TracRepositoryAdmin edited by
- (diff)
- 10:41 AM TracFineGrainedPermissions edited by
- (diff)
May 14, 2012:
- 5:59 PM Changeset in git [978ce3]spielwiese by
- fix: multiple definitions with --enable-timing
- 3:57 PM Changeset in git [ed31a6]spielwiese by
- Merge pull request #111 from mmklee/factory_without_ntl Factory without ntl
- 12:37 PM Changeset in git [efcd2dc]spielwiese by
- fix: building without NTL
May 13, 2012:
- 1:53 PM Changeset in git [3ed6758]spielwiese by
- chg: smarter check if factorization is reconstructed if there are only two factors
May 12, 2012:
- 11:58 PM Changeset in git [d1553c]spielwiese by
- chg: use sqrf instead of sqrfPart
- 11:50 PM Changeset in git [ea5ff1d]spielwiese by
- chg: deleted extractContents from GCD computation
May 11, 2012:
- 5:48 PM Changeset in git [871c44]spielwiese by
- chg: make test use psr gcd
- 5:46 PM Changeset in git [2488dc3]spielwiese by
- chg: use other GCD if input is not dense in chinrem_gcd
- 5:39 PM Changeset in git [e89ff5]spielwiese by
- moved proc Tail to the dyn. module add: Tail command within syzextra (for poly/vector/ideal/module)
- 4:24 PM Changeset in git [ea095d]spielwiese by
- fix: switched off compression
- 3:55 PM Changeset in git [d7eac3]spielwiese by
- update the result of Old/integers.tst due to the new additive type (bigintmat)
- 3:51 PM Changeset in git [0d1984]spielwiese by
- better factory test (for 'make check') add: output test parameters: p,i chg: no immediate exit on failed test add: accumulate the return value
- 3:10 PM Changeset in git [860d71]spielwiese by
- Merge pull request #108 from mmklee/factory_clean_up_sw Factory clean up sw
May 10, 2012:
- 6:58 PM Changeset in git [b0ca43c]spielwiese by
- new global option for auto-testing the Syzygy property ("SYZCHECK") NOTE: it is On for now... TODO: disable later!
- 6:47 PM Changeset in git [9752db]spielwiese by
- chg: use irreducibility criterion also in characteristic 0
- 5:56 PM Changeset in git [fdde6ce]spielwiese by
- Further SingularC Schreyer Syzygy/Resolution computation add: options as basering attributes: add: option for tail-reduced output (experimentall!) add: option for the computation of leading syzygy with OR without 2nd syz. term chg: renamed main recursive procedures chg: SSTraverseTail (SSTraverse) takes an element itself now (instead of taking index i and looking up Tail[i])
- 4:43 PM Changeset in git [8d2416]spielwiese by
- chg: added polys from #424,#425 and sage_trac #12928 to test
- 4:23 PM Changeset in git [6f0279]spielwiese by
- fix: wrong exit condition
- 1:59 PM Changeset in git [75f10d]spielwiese by
- add: bigintmat stuff from master
- 12:36 PM Ticket #424 (critical bug in multivariate polynomial factorization over GF(2)) closed by
- fixed: solved in current master branch
- 12:34 PM Ticket #425 (segmentation fault with multivariate polynomial factorization) closed by
- fixed: solved in current master branch
- 12:20 PM Changeset in git [542864]spielwiese by
- chg: use irreducibility criterion
- 11:06 AM Ticket #425 (segmentation fault with multivariate polynomial factorization) created by
- from within Sage 4.8: […] cf …
- 11:02 AM Ticket #424 (critical bug in multivariate polynomial factorization over GF(2)) created by
- […] Cf trac.sagemath.org/sage_trac/ticket/12928
Note: See TracTimeline
for information about the timeline view.