Return to bablvali.ads CVS log | Up to [local] / OpenXM_contrib / PHC / Ada / Main |
1.1 ! maekawa 1: procedure bablvali ( infilename,outfilename : in string ); ! 2: ! 3: -- DESCRIPTION : ! 4: -- This is the routine for validating the solutions of a polynomial system, ! 5: -- as called by the central dispatcher, in its batch or black box version. ! 6: -- The arguments are the names of the input and output file respectively.