Return to mainphc.ads CVS log | Up to [local] / OpenXM_contrib / PHC / Ada / Main |
1.1 maekawa 1: procedure mainphc ( infilename,outfilename : in string ); 2: 3: -- DESCRIPTION : 4: -- This is the main interactive driver for the homotopy continuation 5: -- package for the solution of polynomial system. 6: -- The arguments are the respective names of the input and output files.