PHCpack as a library of algorithms as a C state machine in PHCv2.3.22

This directory collects header files and definitions of C which bind the
operations of PHCpack as a state machine in a systematic manner.

The need for this library grew from the use of MPI.

To create executable versions of the program, use the makefile(s)
in the directory ../Objects.

------------------------------------------------------------------------------
file name                        : short description
------------------------------------------------------------------------------
phcpack.h                        : prototypes for basic operations in PHCpack
phcpack.c                        : definitions of functions in phcpack.h
syscon.h                         : prototypes for systems container
syscon.c                         : definitions of functions in syscon.h
lib_syscon.c                     : test on operations in systems container
solcon.h                         : prototypes for solutions container
solcon.c                         : definitions of functions in solcon.h
lib_solcon.c                     : test on operations in solutions container
celcon.h                         : prototypes for cells container
celcon.c                         : definitions of functions in celcon.h
lib_celcon.c                     : test on operations in cells container
lib_read.c                       : reading and writing a polynomial system
lib_newton.c                     : validation of solutions by Newton's method
lib_conpar.c                     : test on tuning the continuation parameters
lib_track.c                      : tracking paths with incremental read/write
lib_poco.c                       : calling the path trackers in PHCpack
lib_factor.c                     : factorization using monodromy breakup
phc_solve.c                      : test on the blackbox solver in PHCpack
------------------------------------------------------------------------------
