Return to mainred.ads CVS log | Up to [local] / OpenXM_contrib / PHC / Ada / Homotopy |
1.1 maekawa 1: procedure mainred ( infilename,outfilename : in string ); 2: 3: -- DESCRIPTION : 4: -- This is the routine for reducing a polynomial system, 5: -- as called by the central dispatcher. 6: -- The arguments are the respective names of the input and output files.