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

Diff for /OpenXM/src/asir-contrib/testing/noro/Attic/new_pd.rr between version 1.11 and 1.12

version 1.11, 2016/11/13 02:09:36 version 1.12, 2016/11/15 01:56:22
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/asir-contrib/testing/noro/new_pd.rr,v 1.10 2014/09/19 00:48:50 ohara Exp $ */  /* $OpenXM: OpenXM/src/asir-contrib/testing/noro/new_pd.rr,v 1.11 2016/11/13 02:09:36 noro Exp $ */
 import("gr")$  import("gr")$
 module noro_pd$  module noro_pd$
 static GBCheck,F4,EProcs,Procs,SatHomo,GBRat,SuccSat,RepColon$  static GBCheck,F4,EProcs,Procs,SatHomo,GBRat,SuccSat,RepColon$
Line 2272  def satind(G,F,V)
Line 2272  def satind(G,F,V)
         return [reverse(R),D1];          return [reverse(R),D1];
 }  }
   
   /* homogeneous case only */
   
 def sat_ind_var(G,F,V)  def sat_ind_var(G,F,V)
 {  {
         if ( type(Ord=getopt(ord)) == -1 ) Ord = 0;          if ( type(Ord=getopt(ord)) == -1 ) Ord = 0;
Line 2294  def sat_ind(G,F,V)
Line 2296  def sat_ind(G,F,V)
 {  {
         if ( type(Ord=getopt(ord)) == -1 ) Ord = 0;          if ( type(Ord=getopt(ord)) == -1 ) Ord = 0;
         if ( type(Mod=getopt(mod)) == -1 ) Mod = 0;          if ( type(Mod=getopt(mod)) == -1 ) Mod = 0;
   if ( F == var(F) )  
     return sat_ind_var(G,F,V|ord=Ord,mod=Mod);  
         NV = ttttt;          NV = ttttt;
         F = gen_nf(F,G,V,Ord,Mod);          F = gen_nf(F,G,V,Ord,Mod);
         for ( I = 0, GI = G; ; I++ ) {          for ( I = 0, GI = G; ; I++ ) {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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