]> matita.cs.unibo.it Git - helm.git/commitdiff
Removed a couple of assertions.
authorAndrea Asperti <andrea.asperti@unibo.it>
Mon, 27 Nov 2006 12:54:42 +0000 (12:54 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Mon, 27 Nov 2006 12:54:42 +0000 (12:54 +0000)
components/tactics/paramodulation/saturation.ml

index d9472601c958c96b62526c9af50c11e1ac5a6f9b..7ef8d41acdf6f43be4a409a3d66f586e4057df08 100644 (file)
@@ -1531,7 +1531,6 @@ let pump_actives context bag maxm active passive saturation_steps max_time =
   let passive_l = fst passive in
   let ma = max_l active_l in
   let mp = max_l passive_l in
-  assert (maxm > max ma mp);
   match LibraryObjects.eq_URI () with
     | None -> active, passive, !maxmeta
     | Some eq_uri -> 
@@ -1593,7 +1592,6 @@ let given_clause
   let passive_l = fst passive in
   let ma = max_l active_l in
   let mp = max_l passive_l in
-  assert (maxm > max ma mp);
   let proof, goalno = status in
   let uri, metasenv, meta_proof, term_to_prove = proof in
   let _, context, type_of_goal = CicUtil.lookup_meta goalno metasenv in