mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
parent
ab337de101
commit
cab42d2c66
4 changed files with 295 additions and 295 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue