https://github.com/janverschelde/PHCpack

sort by:
Revision Author Date Message Commit Date
bf4ccb0 updated files for version 0.8.8 of phcpy 14 October 2018, 17:45:04 UTC
74b1efc prepared files for version 2.4.59 14 October 2018, 17:31:33 UTC
b30fcb9 added extra arrays for the predictor to the workspace 14 October 2018, 02:40:02 UTC
d3f5a44 removed output written to screen during the initialization of the workspace 14 October 2018, 02:14:31 UTC
969ed4b fixed the reading of a monomial in the Path library in case the order of the variables differs from monomial to monomial 14 October 2018, 02:04:30 UTC
a0df9bb added more diagnostic prints to the reading of a monomial 13 October 2018, 02:42:56 UTC
c63791a added a print_tableau method to the PolyMon class, refactoring code in the test_utils 12 October 2018, 22:04:37 UTC
cbfae07 added verbose options to the read() methods for debugging purposes 12 October 2018, 03:10:39 UTC
1c8938d adjusted makefiles to link in the new Poly3 and Host2 folders when compiling lib2path 11 October 2018, 21:15:57 UTC
fad7a20 updated verbose option, fixed memory leak with predictor, copied and updated theremaining files from the Host folder 11 October 2018, 16:45:21 UTC
a14d5fa the max_deg_base should be written only when eval_base, added extra check in test_eval 11 October 2018, 01:49:24 UTC
cdb365d extended and applied the verbose option, fixed a bug in test_eval 10 October 2018, 21:55:32 UTC
5bdf6ed fixed a bug in the writing of a polynomial in several variables in tableau format 10 October 2018, 20:46:49 UTC
1bff8c0 extended test on polynomial system evaluation and differentiation with the possibility of the user entering a system 10 October 2018, 02:27:08 UTC
323a0c2 rhs must be allocated with one extra spot, added adjusted code to run Newton's method 09 October 2018, 22:56:48 UTC
177af63 placed the class definitions to evaluate and differentiate homotopies in different files 09 October 2018, 19:05:39 UTC
848ac4e moved every class definition in the file varset.h into a separate file 09 October 2018, 17:37:21 UTC
6b17a09 made adjustment to the workspace class for the host and wrote a simple test program 09 October 2018, 15:18:43 UTC
4bf72ba separated the class definition of PathStep from the path_data files, added a test program 09 October 2018, 02:24:09 UTC
940ace5 added files to define defaults, settings and tolerances 08 October 2018, 22:30:22 UTC
77a5348 added deallocation of right hand side vector in a wrapper for the modified Gram-Schmidt method, applied templates properly in the test program 08 October 2018, 20:41:27 UTC
71a9505 seperated classes for node in a linked list from the definition of the linked list 08 October 2018, 01:58:41 UTC
1291118 splitted the PolySolSet class from the polysol.h and polysol.tpp files 08 October 2018, 01:18:38 UTC
aa99d34 added extra functions to the class PolySys to isolate the memory allocations 08 October 2018, 00:33:52 UTC
379b2b1 test on evaluating Jacobian matrices works for general systems 07 October 2018, 01:05:08 UTC
6fc2a3e better documentation and tested evaluation of Jacobian matrix 06 October 2018, 20:54:47 UTC
3d3a499 improved the documentation for the PolySys class and added tests on the plain evaluation 05 October 2018, 23:36:30 UTC
0808f00 added test code to generate a random polynomial system 05 October 2018, 00:57:34 UTC
71b617a moved functions in the test_utils file for better sharing between test programs 04 October 2018, 18:33:17 UTC
45ccce8 tests added to evaluate and differentiate general polynomials 04 October 2018, 16:14:19 UTC
58c34d8 added computation of maximum degrees to the testing of the evaluation of a polynomial 04 October 2018, 03:26:20 UTC
0de553d added test on the differentiation of polynomials 04 October 2018, 01:52:56 UTC
d55d64d added test on polynomial evaluation and wrote a wrapper for memory allocation and deallocation 03 October 2018, 22:36:52 UTC
764ad3e new test_utils with test utility functions to share between test programs 03 October 2018, 01:30:54 UTC
cbe7a50 improved documentation of the polymon class and tested differentiation 02 October 2018, 21:58:30 UTC
bca4cfe improved the documentation of the PolyMon class and tested evaluation of higher degree monomials 02 October 2018, 17:57:20 UTC
235a154 improved test on monomials with functions to generate a random mononial and to prompt the user for a monomial 02 October 2018, 14:53:18 UTC
e80e558 added call to the speel function to the test on the monomials 02 October 2018, 02:02:12 UTC
96b82ff reshuffled code and started new test program to test the polynomial equation data structure 01 October 2018, 23:05:54 UTC
95d8221 improved documentation and better organization of the tests 30 September 2018, 23:49:15 UTC
fa77b46 fixed a compilation error, tested plain evaluation of monomials 30 September 2018, 01:09:34 UTC
66a3fe8 added simple test on the data structure for monomials 28 September 2018, 23:00:11 UTC
ccbc2cb prepared files for version 0.8.7 of phcpy 27 September 2018, 20:43:56 UTC
dc9dc29 updated a reference in the list of publication of users 27 September 2018, 20:24:29 UTC
c5fa5d0 updated files for version 2.4.58 27 September 2018, 19:57:49 UTC
82bfd38 replaced import of phcpy2c3 by phcpy2c2 for the python2 version of the factor module of phcpy 27 September 2018, 17:44:39 UTC
55b2143 patched calling of blackbox solver for multitasking runs still without deflation 27 September 2018, 17:42:14 UTC
9cd6c84 instead of a plain int typecast, applied lrint() to round to the nearest integer 27 September 2018, 17:40:58 UTC
89e5a1c new Poly3 folder with revised code 26 September 2018, 23:07:30 UTC
b69ba45 type cast the volume and accumulated volume to integers to avoid the default output format 26 September 2018, 22:51:01 UTC
a2813c1 added volume and accumulated volume to the output in the monitoring of the progress of DEMiCs 26 September 2018, 21:38:58 UTC
fa7c17b passed stable lifting bound to the make procedures of induced permutations in the pipelined polyhedral homotopies 25 September 2018, 20:19:53 UTC
f4da7c5 more exported procedures to take the stable lifting bound into account with induced permutations 25 September 2018, 20:09:02 UTC
01f9a8f must remove the artificial origin when computing the induced permutation 25 September 2018, 17:57:47 UTC
464eb97 updated files for version 0.8.6 of phcpy, with release 2.4.57 of PHCpack 31 August 2018, 23:43:25 UTC
218d628 added the on target filter in the multitasked blackbox root refiners 31 August 2018, 23:30:02 UTC
505bf0b more reinstatements of Newton and Gauss-Newton after deflation, also for double double and quad double precision 31 August 2018, 22:28:22 UTC
cbc560e reinstated the application of Newton's method after deflation in the root refiners in standard double precision 31 August 2018, 22:02:29 UTC
6e98057 extended the documentation of PHCpack with more info about the phc -B option 31 August 2018, 19:41:50 UTC
a6b1038 adjusted banners for release 2.4.57 31 August 2018, 17:23:18 UTC
9408699 moved code from the black box root counters into a separate package 31 August 2018, 14:55:59 UTC
3daa76b applied the induced permutations also for polynomial systems with coefficients in double double and quad double precision 31 August 2018, 02:15:10 UTC
1489f46 added procedures to apply the induced permutations in the pipelined polyhedral procedures for semi-mixed systems 30 August 2018, 23:13:00 UTC
07f6dfa exported computation of the induced permutation for semi-mixed systems 30 August 2018, 21:32:57 UTC
da01dc4 added wrappers to the polysys and laursys solve functions in the factor module 29 August 2018, 03:24:36 UTC
5fa4d84 added the eacute definition to the documentation 29 August 2018, 03:09:04 UTC
d1e6464 added functions to the python3 version of phcpy to compute a numerical irreducible decomposition 26 August 2018, 23:33:30 UTC
70188c4 added functions to call the blackbox numerical irreducible decomposition for double double and quad double precision 26 August 2018, 19:50:51 UTC
6175eff added functions to the phcpy.factor module for python3 to call the blackbox solver for a numerical irreducible decomposition in standard double precision 26 August 2018, 02:55:19 UTC
155f85e added function to call the blackbox solver for a numerical irreducible decomposition 26 August 2018, 02:45:27 UTC
19926ef added wrapper functions for the shared object module for the Python extension 24 August 2018, 17:50:35 UTC
0f39421 updated makefiles to compile the c test function on the witness solutions 24 August 2018, 16:38:09 UTC
190d0da added functions for copying the witness sets into the systems and solutions containers 24 August 2018, 16:34:58 UTC
b9b2126 added jobs for extracting the witness set solutions computed by the blackbox numerical irreducible decomposition 24 August 2018, 15:05:35 UTC
d25bdb0 added operations to copy witness solutions into containers and to clear the witness solutions 24 August 2018, 02:38:22 UTC
c344da5 updated makefiles to compile the shared object files for Python 23 August 2018, 23:27:06 UTC
f2b6c93 added wrappers to the witness solvers for the Python interface 23 August 2018, 23:17:21 UTC
bb036a1 solver procedures in the gateway to C procedure work 23 August 2018, 20:11:05 UTC
541ca91 moved output routines from a test procedure into a separate package 23 August 2018, 20:08:30 UTC
bbe097d placed default callback procedures in a separate package, isolated calculation of the lower bound on the dimension into a separate function 23 August 2018, 18:47:35 UTC
184ab33 updated makefile to compute the syscon.c file for lib_witsols.c 23 August 2018, 02:53:25 UTC
0838861 added more tests on the witness solvers for the C interface 23 August 2018, 02:50:35 UTC
f33259a added showing of the polynomial system on input in verbose mode 23 August 2018, 02:38:04 UTC
292f240 updated makefiles for use_c2phc4c 23 August 2018, 00:06:57 UTC
5cec270 adjusted C wrappers for the new use_c2phc4c procedure 22 August 2018, 23:58:27 UTC
4e7a65f updated makefiles for new test program 22 August 2018, 22:50:13 UTC
2affc37 basic C interface to the witness solvers 22 August 2018, 22:48:59 UTC
bb4ca10 added interface to blackbox solvers for a numerical irreducible decomposition, separated DEMiCs interface from the other gateway to C procedures 22 August 2018, 22:42:00 UTC
aaff1a6 removed superfluous space in the output of the filter counts 21 August 2018, 22:27:56 UTC
3aa0415 added the path and filter counts to the output of the solvers with callback procedures 21 August 2018, 22:21:54 UTC
64be746 to the output of the procedures with callback, added the indices to the irreducible factors in a decomposition 21 August 2018, 19:30:34 UTC
d784996 added callback procedures to the membership test filters 20 August 2018, 23:13:36 UTC
1bb6503 updated makefiles for new test procedure 20 August 2018, 22:00:15 UTC
9a3234d added routines to run cascades with callback output procedures 20 August 2018, 21:58:43 UTC
13e0fb7 bug fix in the silent root refiners in double double precision 20 August 2018, 21:44:13 UTC
be596fe stubs for running cascades with callback procedures 20 August 2018, 16:56:42 UTC
90c6b42 solvers with callback work for top dimension 0 20 August 2018, 01:18:47 UTC
37f453f provided stubs for solvers with callback procedures 19 August 2018, 21:47:52 UTC
84f6d75 completed data storing package for the numerical irreducible decomposition 19 August 2018, 18:41:56 UTC
174b80c started development of data structure to store the output of running the cascades 19 August 2018, 01:09:03 UTC
back to top