forked from Singular/Singular
-
Notifications
You must be signed in to change notification settings - Fork 0
Yue Ren
Oleksandr Motsak edited this page Jan 16, 2013
·
5 revisions
- 2011-09-30 14:42:36 +0200, 082eebe3458a413eb1725afe52435b91b3449742: fixed insert_cone
- 2011-09-30 14:42:36 +0200, cfc185568aa8339fb60785509c98414bbfc73e35: fixed insert_cone
- 2011-10-05 19:11:22 +0200, 997edcd9ba2e4a8237af7efe8796c9c1918ecc31: Reworked getprop, setprop and contain so that it resembles more the functions in gfanlib. Also now easier to use, imo.
- 2011-11-10 10:29:39 +0100, 685f5cfbfa3fe9e200097f1ca1082d88ccd28c75: new gfanlib and respective changes in the library
- 2011-11-10 10:29:39 +0100, a0f1a7add5fc319bac3b50f4dc2c0163a4304a63: new gfanlib and respective changes in the library
- 2011-11-11 15:32:09 +0100, 5b5e4b609abb743076a03c6ffddfd4768ccddcf5: changed some minor mistakes because heaers were moved
- 2011-11-23 19:18:16 +0100, 292eb98d671d7f15790849ebd5819ef5d6a4af80: new gfanlib by anders
- 2011-12-01 18:00:29 +0100, f34e90271c424ac6e0a8f59c308136a8d983ae9b: fixed an allocation bug
- 2012-01-16 19:11:42 +0100, e5803b497deef4220d3e3171a3215ccb0bb3e3ba: forgot code used for debudding, silly me.
- 2012-01-17 18:49:58 +0100, 4936d972b7d7555ece19daf58e16215a17da465b: - getLinearForm now returns intvec instead of intmat, - changed name of c++ procedure of intersectCones, matches the Singular interpreter now - corrected functions that return cones
- 2012-01-18 15:35:52 +0100, 3581eb3930ef67eb1574bbda6ae9c805913a8a81: fixed typo in procedure name
- 2012-01-19 15:29:05 +0100, 57c34d3f45fd3eccd3b1ccdea5f8b5927cb44855: bugfixes and new features - fixed an issue with insertCone, where invalid input went through unnoticed - fixed an error in isSimplicial, forgot what exactly - added following new features for fans: * contains * removeCone * isPure * isComplete * getFVector
- 2012-01-20 15:26:31 +0100, 4a9c7ea764758babd169a7375e4fb2a53ba3d001: changed ambiguous name of function "contains" the function that was known as "contains" is now split into two functions called "containsInCollection" and "containsInSupport" respectively.
- 2012-01-20 19:00:17 +0100, ad762f09072c36d3e16347cd0fba5e87c3739067: "getFacets(...)" -> "getFacetNormals(...)" name will clash with planned function which returns facet indeces
- 2012-01-20 19:23:15 +0100, e6e4c5f877fbec339f39b9adbaf7c2ac56072fd3: changed names in documentation forgot to change the function names in the documentation after renaming
- 2012-01-21 20:07:09 +0100, 8b9bedc84c10ea999d526619332b9863ab6414dd: first try with polytopes added new type polytope with features yet to come
- 2012-01-22 16:37:53 +0100, 0cd8298eb04b5c6381bfd1e8c2be4749f682a45a: added new functions to gfanlib, restructured bbcone/bbfan - fans now can compute their codimension and dimension of lineality space - shared functions are now in bbcone instead of bbfan - bbpolytope now has getAmbientDimension and getDimension
- 2012-01-23 13:31:40 +0100, 804defda8e3991bc4ddfe75a1acba1f8e04ed4bf: adjusted printout for polytopes
- 2012-01-23 13:39:08 +0100, 908c34b5fa511c57e4b430dde943e2c7ff613e4d: changed code for printing
- 2012-01-23 15:40:39 +0100, c69f35fe04da7d4750223318ac0b054ad0cb137f: changed headers, added getNormalFacets for polytopes "ipshell.h" -> "Singular/ipshell.h" added getNormalFacets for polytopes
- 2012-01-24 19:07:42 +0100, 925803a564444a5a8ad1633d4604171c70846881: changed documentation, removed isComplete() added sections for conesViaRays and conesViaNormals in documentation, removed isComplete for fans because it is not working
- 2012-01-25 15:50:28 +0100, af800752376e903261d787b1c494bb0b35de845e: added canonicalize for cones
- 2012-01-25 18:38:18 +0100, 61f664fdd2b299fd13167b392f6863f890696a1f: documentation work, changed initialization of cones and polytopes
- 2012-01-26 10:33:20 +0100, eda91449c04f007d0d6c447b979e4e01a82e3d08: fixing polytopeViaVertices
- 2012-01-26 17:26:18 +0100, 3adc13441cb1e767f2920bbdcfdfd7a20c82be60: added callpolymake
- 2012-01-26 18:21:06 +0100, ee5458c60180084956f90f14971eea48e4cc8865: deleted object files
- 2012-02-03 12:13:46 +0100, 2ae671f897f2be9c58626c047b98b10326901f75: new features from polymake made available in Singular
- 2012-02-03 14:51:28 +0100, b7d4283c2fe83375acb63e49e3b32660feee91af: changed all conversion functions to pass by reference
- 2012-02-03 17:17:09 +0100, 398c4ef8bc6e0d0204cfcb6f70a8c1d729e16f82: new polymake functionality available
- 2012-02-08 18:13:55 +0100, 91afa343c5eaf811115c68454fb598f7e22d1cfb: fixed a typo
- 2012-02-09 17:30:51 +0100, bbb606b81d4ff3a0a707a8cbe9e0bd1013c81afd: added newtonPolytope
- 2012-02-09 18:51:10 +0100, 8dfc17fac991426ab42288f1a19f60e73c3693bb: added missing exception handling wrapped everything invoking polymake into a try block, catching exceptions (if thrown) afterwards
- 2012-02-14 13:38:35 +0100, f5e94312347264ad87185e83549a87985f97d8c2: minor changes, fixed try brackets
- 2012-02-15 11:27:04 +0100, a8646caaef06fb726c6ced8834da353e1c2f9e89: moved gfanlib<->Singular libraries, fixed headers for blackbox
- 2012-02-15 14:18:19 +0100, cd1a56f6ae27b8bca6d30b3c8ac6926145625f28: bugfixes
- 2012-02-15 14:20:23 +0100, 922891ebb17c725921f22e3c32b294d6abf146ca: added patch for polymake
- 2012-02-15 18:27:03 +0100, c5e01f874ed1b5b7dcf90f68bd39cb0746cf88f6: changed callpolymake building process
- 2012-02-16 16:37:28 +0100, ba53ff252085d427bc647ec00e3d28e9cbbfc09d: NEW: overloading '+' for polytopes
- 2012-02-16 18:21:25 +0100, 0e07c1fdfc50643b5aa904554ff4af5314c741da: NEW: scalingPolytope, overloaded '*'
- 2012-02-16 19:25:04 +0100, 675243b5042ce5f7d136ac83c9d3cf2c03ba9cb4: FIX: scalePolytope
- 2012-02-22 17:17:12 +0100, a4477f49069ad20d91c19d54e2f4414a1c834ec8: FIX: gfanlib with support for dynamic loading
- 2012-02-23 19:15:50 +0100, b671921d563fc01326252c6a379817fc835b0e84: FIX: maximal-/minimalValue now check for right vector size
- 2012-02-24 16:15:33 +0100, 146a717c945819d1eea6cb671dca970573ef0419: NEW: shortcuts for equating, intersecting and uniting cones and polytopes
- 2012-02-29 17:13:09 +0100, 97befd43ad93383b6d8e4d6884b03edef6e490f0: new: changed how polymake<->singular passes cones/polytopes + test function
- 2012-03-02 13:59:02 +0100, b04dd3c516a1cfeaa0cb223c4ff3901bdcb1f681: new: Polymake::coneViaRays and Polymake::polytopeViaVertices
- 2012-03-06 13:13:16 +0100, abe21f13b0dd5c5e93fa34b5fb383da4215bdcfa: new+chg: gfanlib caches lineality space and span, lineality and span will be given to polymake
- 2012-03-06 19:05:17 +0100, bfd59eb23fb5661b362099155c35730a4a342ac1: fix: maximalValue and minimalValue
- 2012-03-12 14:41:21 +0100, 199bdd1ac54ea5eba9cd45fe3c2be8614a7a505a: chg: changed how cached data is handled in gfanlib because of Anders
- 2012-03-13 15:16:25 +0100, 6cf930698327f5c3021f686e417ff3e30212122a: new: split polymake.cc into conversion functions, wrappers and documentation chg: new way to declare cones
- 2012-03-16 14:25:50 +0100, 1c24ed4dbc2ccb5be4fe2cb9984a1342fe50331d: chg: header files of callpolymake
- 2012-03-18 17:10:53 +0100, d5a1841304894f6024f05894b4236d5c3987fb2f: new: empty constructor for zfans
- 2012-03-18 17:11:22 +0100, b82d969da0c8caa9cc32d4c5675a411b6154f897: fix: typo in error output
- 2012-03-18 17:11:42 +0100, e92dcf6d550cde48d691f996ef04a487f526d90c: chg: conversion functions now return pointers
- 2012-03-19 12:03:39 +0100, 8f1b0d1eacea0ca82924641008dd02fb2da5d9fe: chg + new: various changes and new functions (see commit body for list)
- 2012-03-20 18:04:35 +0100, 9cfb465039741d3f247fa6527bb0333f2266919c: chg: renamed some gfanlib wrapper functions, conversion functions now pass pointers
- 2012-03-26 15:55:50 +0200, b3db9effc899502cd1f61bdfceac1db7572b36ed: new: documentation for callpolymake
- 2012-03-26 16:22:57 +0200, 06dad279838a69540feab62ea8dc888a7c9fe156: chg: various bugfixes
- 2012-03-27 14:12:37 +0200, 847518dd0ce0f8709c85f0cd39ad8464f762c35f: fix,chg: bug in minimal/maximalFace, removed redundant code in gfanlib
- 2012-03-27 15:18:01 +0200, 59c36adf93b6a54fee408243634e42d90bf73ec3: fix: fixed redundant computations when passing fans to polymake
- 2012-03-27 15:30:14 +0200, 7a394642aea4cb8ccddf5019725d35a58a9a06ba: fix: isSmooth, wrong casts
- 2012-03-27 17:53:21 +0200, af578d962014faed005a557686a57e8f6ffe9233: fix: bug converting fans
- 2012-03-27 17:53:44 +0200, 4c06e1503c1bbbd6b92df4aab75012e61748d142: chg: removed further redundant code
- 2012-03-27 17:54:28 +0200, 67dc85786ce0f0fb0fd267f0ef639c90231d2da6: fix: compatibility issue in gfan.cc
- 2012-03-27 17:56:05 +0200, 17d0d661769c80ceb6d5aa0de15c102a1d5e683f: removed debuging code
- 2012-03-28 10:19:22 +0200, 504f83b587be6776a13e1a712513c1a2d1a0d367: fix: typo in gorensteinVector and documentation
- 2012-03-28 16:02:48 +0200, d16d283c073d599fe0f04869a9d7fba42786c8a6: new: containsAsFace for polytopes; fix: canonicalize() in gfanlib
- 2012-03-28 16:24:16 +0200, 6d583531726c3834e5c868072d1c62ba65e9aed9: chg: polymake.lib, divisors.lib
- 2012-03-30 11:44:30 +0200, 2eab7f0b58b7e268e429ec8f4421965e900bdf33: fix: divisors.lib getDualCone->dualCone
- 2012-03-30 11:45:03 +0200, 2d2f16bfc8aef72872c5baf3dddde776bbb8b54a: chg: allowing minkowski sums between polytopes and cones
- 2012-04-12 14:04:56 +0200, 7d3dc5dd25ec9f99fe47ea4b527834734d626583: chg: new, clean gfanlib
- 2012-05-09 14:07:01 +0200, aafca2455b41f233136a598108322aa5e36fdb72: fix: bad use of term ordering wp
- 2012-05-10 18:00:30 +0200, fc6847823f1ea8562abcece907ceee49879053bf: fix: various stuff, see commit body
- 2012-05-14 18:54:02 +0200, 072023e92157f43c3bb1e5eb568125fd1fe95aba: new: nlInitgmp(mpz_t i)
- 2012-05-14 18:56:28 +0200, 446daebeeb55d65f60b03d322caa24b7c9c4b23d: chg: gfanlib now interacts with bigintmats on Singular side
- 2012-05-15 11:37:22 +0200, d03e50b25099c95aca3c2e247b6628745f54fd6c: fix: return types still set as intmat in documentation
- 2012-05-15 13:01:05 +0200, 3cbf1e1314956ec7fe3e7c35e59cac50dac1e456: fix: wrong dimension in matrix declarations
- 2012-05-15 13:01:30 +0200, 13eef44bd1e2b149fee37628b3e8dba04381f84c: fix: wrong input typechecks in coneViaNormals
- 2012-05-15 18:26:12 +0200, 47f189c2016608eca80813dfa4d14daa06935873: fix: gfan::matrix::reduceAndComputeRank()
- 2012-05-15 19:16:33 +0200, b1318f6091e0f8a50f46b8b97c72d8918f5b5370: new: added print of polymake banner upon loading of polymake.so
- 2012-05-15 19:29:26 +0200, 78c92aacd6e0daf91d7686f635dae9cbfa7a1d77: fix: typo in break message shown in the interpreter
- 2012-05-15 19:35:35 +0200, 8a8e318cb78542aac730ae9bd223d088ec8d201b: chg: remove autoloading of polymake.so at startup
- 2012-05-15 23:17:19 +0200, 6066a7cead8e757e8e5a1fcc50a815240a7030ae: fix: typo in polymake documentation
- 2012-05-15 23:18:18 +0200, 97cf2977b35b6d1718eddddc41987ee38bc2fe97: new: readme on how to write new polymake wrapper functions
- 2012-05-22 10:35:07 +0200, fd6a773ba67e703c8893fb2adfa97cce278c64a4: fix: wrong function call
- 2012-05-22 16:06:43 +0200, b44e248fe80a873c5e2c9b2b474d9f56e745fa5f: fix: missing "return TRUE" after finding error
- 2012-05-25 10:40:10 +0200, a6d4e59f483fd8d9411e14e5d20fd8b3ad9e5b0f: fix: wrong ambient dimension output for polytopes
- 2012-05-25 10:40:44 +0200, c40a8054535b5ba8c30c3e5a6df7f4993a06f79d: new: allowing intersections between polytopes and cones
- 2012-05-25 10:41:12 +0200, 26782c5d1adaf0798cbc948c21319a586efc5390: new: allowing minkowski sums between polytopes and cones
- 2012-05-25 11:08:39 +0200, 0278df95d85507346c1f822d7fc4dd8bf182617f: chg: removed redundant canonicalizations, removed quickConeViaNormals
- 2012-05-25 14:30:06 +0200, bd653cfbf5439b5af4088f818f9b429b5f2d51de: new: convex hull for cones and polytopes; code cleanup
- 2012-06-01 10:40:26 +0200, 13e4611cf82713d5426cc764e943a66432acddba: fix: bad documentation
- 2012-06-01 16:10:15 +0200, 2c156ab79b28f71db79004354b099879a58414ee: fix: bigintmat::String() in case of empty matrices
- 2012-06-01 16:49:38 +0200, 38302be7cf12e48366b6c3dd6f36cb9f5223a6cf: chg: print routines for cones and polytopes
- 2012-06-04 15:18:03 +0200, 268c45f0b90d31b3c4a281b32bbe90df3580a4ed: fix: bug due to gfan structures not being passed as pointers
- 2012-06-05 17:17:31 +0200, be9b809d606ddec906b338f3bf5f7a4afeed650c: fix + chg: print function of matrices, print function of cones
- 2012-06-14 14:41:49 +0200, 11a72439d12bcc37c51024b150a6d6a2b289219a: chg: name changes to be mathematically correct
- 2012-06-14 17:30:47 +0200, 95a228f9f3397bf9d010c88f8e7f10afc6cabe85: fix: compiler warnings
- 2012-06-14 17:47:56 +0200, 53eefa019a2323e72bfb500f76a81cf98ea69ffc: fix: compiler warnings
- 2012-06-14 18:07:40 +0200, 87519dd2b5803e4fdff3b747cdfede4cc4d0a00e: new: Makefile.in for polymake interface
- 2012-06-15 15:37:06 +0200, 669b5e0ceca661dc1fbcfd3bca46fdc9243467d5: fix: warnings due to unprecise specifiers
- 2012-06-15 16:29:52 +0200, 78b3538baddf9502f85a2e3323b23841b7743aa2: fix: compiler warning due to deklared static function in header
- 2012-06-20 10:30:13 +0200, 03832b54b734e7475c2ce09a865c332906b8a961: fix: warnings in IntegerProgramming/
- 2012-06-20 11:57:08 +0200, 8b4e6f0aed2c85c4c2ae65a787526b6b3e0b99de: fix: compiler warnings due to deprecated conversions
- 2012-07-04 16:41:15 +0200, 46d943ad77db0e246d30df0868577806bf939a3b: chg: various changes, completed documentation
- 2012-07-13 10:56:21 +0200, bc0f64683c2dbe1442a91db65d4904b0989a9558: new: documentation for divisors.lib, overload of * for divisorial multiplication, overload of print for formal divisors
- 2012-07-13 11:49:50 +0200, 60cdd55fe21acbc961160f4cb1dcc5cf42143346: new: divisors_s.tst
- 2012-08-13 10:27:54 +0200, f6c9efdce11acbcf1cab7bebfd0eecf8d213d1ce: chg: removed "using namespace polymake"
- 2012-08-13 10:29:06 +0200, 5343bae4988a247480ea0a06c17abb0b2faa0940: chg: including mod2.h
- 2012-08-13 10:34:47 +0200, c7a44696b15e42b68bad94fb32b99f1c51ad1c08: chg: header protection and checking for HAVE_FANS
- 2012-08-13 10:49:29 +0200, 0223a66fafd8234ae3366a79faf7e25e68c949e4: chg: callpolymake build process (see details)
- 2012-08-20 13:47:29 +0200, 74201986ee4ed4ad77364695502677b4e09313c9: chg: outsourced callpolymake configuration to seperate configure file
- 2012-08-22 12:24:00 +0200, ad115c18e69bce9bd98f2d3ebe966e78d76e45eb: fix: wrong index name
- 2012-08-22 19:06:41 +0200, 48a9af05209c7996c6cff01724e07e7d24ed16da: new: polymake.doc
- 2012-08-24 18:34:49 +0200, e872c72d01dd868f7d3f459a2f376175924d9ac9: chg: library information in polymake.doc; included in singular.doc
- 2012-08-28 18:38:26 +0200, 350697636b010555cc82b7f71f9c928f9e2adae3: fix: sectioning and redundant text
- 2012-08-30 14:13:31 +0200, c46562ceacf87171f64a0367fbcc7ba2bb1824e9: new: fanFromString
- 2012-08-30 15:01:29 +0200, f889b143d1c0eb501380bc4afe50a03ec9ab2707: fix: getCone index was not sufficiently checked for invalidality
- 2012-08-30 16:04:23 +0200, 133976da9ec53a8c8743ad0b92d4ac00e221c4ed: fix: wrong dimension index in fans with non-tivial linealiy space
- 2012-08-31 11:06:02 +0200, 2b55e9f05f92de640a0482d549e876d6172a2b89: chg: getCone, orbit + maximal flag now optional
- 2012-08-31 11:06:02 +0200, 6872b8e6c61fc001cc17cdd75b80a140f188f3e9: chg: getCone, orbit + maximal flag now optional
- 2012-09-03 15:09:33 +0200, 16266ed9d7226d898253d6cb5f06d03bedca7aca: fix: double declaration gfan::ZFan::getLinealityDimension()
- 2012-09-03 15:12:24 +0200, efc7c46e2d5e77f333d8e3d9a25f8431c9436636: chg: getCone now checks whether input dimension is non-negative new: getCones(fan f, int d, int orbit, int maximal)
- 2012-09-04 15:09:17 +0200, aba03579f851981653713f509bc54729186f571a: new: fanViaCones
- 2012-10-17 15:08:16 +0200, 1fc5892925d48067ac112625694f8cad33772f73: chg: vectors stored in bigintmat are stored as row vectors
- 2012-10-19 10:17:57 +0200, a31952cae4108b37e3bd100e74e51fbe1bffa903: fix: broken copy constructor for fans
- 2012-10-19 12:05:34 +0200, 114f7ebdcc939b07406b8528c9927131f7d79c1a: new: numberOfConesWithVector
- 2012-10-20 14:12:56 +0200, a3fdd277de441683c0d9092a25ececa155d6ba0e: new: containsCone
- 2012-10-26 14:39:06 +0200, bcd5d88baed637759e93ee21f1b79c56aa85208e: fix: problem converting intvecs to gfan::ZVectors
- 2012-11-02 17:56:44 +0100, 401c11f1977771c60f6c855894e8b84d5e38b2e8: new: refineCones
- 2012-11-17 14:09:52 +0100, 159e2f613b5bb02092526187a6579ab84c5e5cf8: chg: refineCones improved
- 2012-12-04 19:39:41 +0100, 1d42a1e63d0a22b7e95d6bc2718bd33bca6b59a6: chg: code cleanup; new: added randomPoint
- 2012-12-06 15:25:46 +0100, 48b149890a6e3c20264116024be864a8f4b0c0d7: chg: bigintmat print routines
- 2012-12-07 18:42:43 +0100, 4f8632b7de993c9d62e7b601531b2ba8f64fe696: fix: bug when comparing empty cones
- 2012-12-07 18:43:01 +0100, 83342c1687b58f9adedd8e3449fd915e02a9b6ef: fix: memory leak in gfanlib
- 2012-12-10 18:55:00 +0100, 91befc77011c9ae47b450cd6e7bfb6d1b63a321d: fix: various bugs in the gitfan algorithm; chg: code cleanup
- 2012-12-11 11:05:54 +0100, 2609b0d9ce685a45f57a8baf73104d74cb356c34: fix: broken documentation
- 2012-12-11 11:48:23 +0100, 472bdb6a0abb084eab5a4c2c9b3d819b45ec3a11: fix: bug in findLastUsableEntry
- 2012-12-11 14:29:55 +0100, 913826493c438a3b72091b2431909d6dce52e231: fix: memory leaks due to "delete a,b"
- 2012-12-11 18:01:24 +0100, 9538cc1b501953a2b82982c64a9f585ffdf6c8a9: fix: more memory leaks
- 2012-12-14 13:10:45 +0100, 2ddad7355d80b9e1ca8b1f89526ac06d515393ce: chg: gitfan stuff to use std::set
- 2012-12-14 13:56:34 +0100, 17b3b5069275434678e95ff5c28e3af0a9d2ddb6: new: gitfan.lib
- 2012-12-14 17:07:48 +0100, 4145d0adf298725b1d25285b218a2e5dbf52ef16: fix: bug building debug version, and with trivial examples
- 2012-12-14 18:52:04 +0100, ba3eebcd3b01e5613ba60db6f402e61a48228277: fix: divisors.lib and gitfan.lib formating issues
- 2012-12-14 19:07:11 +0100, 6ccfcc571f4f5a5bd44558e16867ae4725474d54: chg: workaround for 'bug' in parallelWaitAll
- 2012-12-15 19:50:26 +0100, 3cec66119a3407f66a1d87000dbd40d6339f11cd: fix: broken overloading of '*'
- 2012-12-17 14:04:50 +0100, 09d686bfbd3ec0dbc1395a699496a33ddae28b5b: chg: test for proper polymake version now covers developer versions
- 2012-12-17 15:06:06 +0100, 96022d7480ffd14cea01f48ae0f15b56a6f11cf8: fix: compiler warnings
- 2012-12-17 15:26:47 +0100, c65dc8e92a8a54ea31b4a27e0a250478c277d45e: fix: evaluatePDivisor
- 2012-12-18 11:30:49 +0100, 6624ec568e61d9c917cdf215ffeb8414b3010142: fix: polymake building process
- 2012-12-18 15:35:36 +0100, af50b8535f02476cdb19f164aaa7880dbd95b783: chg: added notes on how to build Singular with gfanlib or polymake
- 2012-12-18 17:53:03 +0100, bdf5d8697732f1957bd2cb8ab4ecf72d84ce2dce: fix: broken cones.doc
- 2012-12-18 18:07:13 +0100, 1f087f4238df771185c062318461e0a2c609d875: chg: fixed broken cones.doc, again