off rlabout;



symbolic (infile "../../SUPPORT/real.red" where !*output=nil);


symbolic (infile "../../SUPPORT/strings.red" where !*output=nil);



P := {{x1, x10, x11, x2, x3, x4, x6, x8}};


p := {{x1,

       x10,

       x11,

       x2,

       x3,

       x4,

       x6,

       x8}}


classifyComponents P;


{{{x1,

   x10,

   x11,

   x2,

   x3,

   x4,

   x6,

   x8}},

 {{}},

 {{1 = 0}},

 {o},

 o}


end;

