[BACK]Return to module_syz.rr CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / testing / noro

Diff for /OpenXM/src/asir-contrib/testing/noro/module_syz.rr between version 1.1 and 1.2

version 1.1, 2009/10/14 07:00:57 version 1.2, 2010/09/02 14:53:26
Line 84  def module_minres(F,V,H,O)
Line 84  def module_minres(F,V,H,O)
                         L = module_syz(car(R),V,H,O);                          L = module_syz(car(R),V,H,O);
                 if ( L[0] == [] ) return R;                  if ( L[0] == [] ) return R;
                 S = simplify_syz(L[0],R[0],H);                  S = simplify_syz(L[0],R[0],H);
                   if ( S == [[],[]] ) return cdr(R);
                 R = append(S,cdr(R));                  R = append(S,cdr(R));
                 if ( R[0] == [] ) return cdr(R);                  if ( R[0] == [] ) return cdr(R);
         }          }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>