[BACK]Return to symmetric_randomize.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Root_Counts / Symmetry

File: [local] / OpenXM_contrib / PHC / Ada / Root_Counts / Symmetry / symmetric_randomize.ads (download)

Revision 1.1.1.1 (vendor branch), Sun Oct 29 17:45:31 2000 UTC (23 years, 8 months ago) by maekawa
Branch: PHC, MAIN
CVS Tags: v2, maekawa-ipv6, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, HEAD
Changes since 1.1: +0 -0 lines

Import the second public release of PHCpack.

OKed by Jan Verschelde.

with Standard_Complex_Laur_Systems;      use Standard_Complex_Laur_Systems;
with Symmetry_Group;                     use Symmetry_Group;

function Symmetric_Randomize ( p : Laur_Sys; v,w : List_of_Permutations )
                             return Laur_Sys;

-- DESCRIPTION :
--   This function returns a polynomial system with the same Newton
--   polytopes, but with randomly generated coefficients, w.r.t. to
--   the symmetry relations given by v and w.

-- ON ENTRY :
--   p         a polynomial system with n equations in n unknowns;
--   v,w       representations of the symmetry group.

-- ON RETURN :
--   a symmetric randomized polynomial system.