mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
ab337de101
commit
cab42d2c66
4 changed files with 295 additions and 295 deletions
File diff suppressed because it is too large
Load diff
|
@ -2563,7 +2563,7 @@ public class Context extends IDisposable
|
|||
}
|
||||
|
||||
/**
|
||||
* Create a tactic that applies the given tactics in parallel.
|
||||
* Create a tactic that applies the given tactics in parallel until one of them succeeds (i.e., the first that doesn't fail).
|
||||
**/
|
||||
public Tactic parOr(Tactic... t)
|
||||
{
|
||||
|
|
|
@ -2941,7 +2941,7 @@ sig
|
|||
Alias for [UsingParams]*)
|
||||
val with_ : context -> tactic -> Params.params -> tactic
|
||||
|
||||
(** Create a tactic that applies the given tactics in parallel. *)
|
||||
(** Create a tactic that applies the given tactics in parallel until one of them succeeds (i.e., the first that doesn't fail). *)
|
||||
val par_or : context -> tactic list -> tactic
|
||||
|
||||
(** Create a tactic that applies a tactic to a given goal and then another tactic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue