]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/paramod.ml
Removed old debugging assertion
[helm.git] / helm / software / components / ng_paramodulation / paramod.ml
index ec098a61597142d0b603674c27d8cac95487dca4..e747d6693bc228227cb8c037801a4538957f9f45 100644 (file)
@@ -147,7 +147,6 @@ let nparamod rdb metasenv subst context t table =
     let bag,maxvar,actives,passives,g_actives,g_passives =      
       aux_select passives g_passives
     in
-      assert (PassiveSet.cardinal g_passives < 2);
       debug
        (Printf.sprintf "Number of active goals : %d"
           (List.length g_actives));