3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

Fix typos.

This commit is contained in:
Bruce Mitchener 2018-01-30 20:36:12 +07:00
parent 54ba25175c
commit ae8027e594
23 changed files with 67 additions and 67 deletions

View file

@ -112,9 +112,9 @@ namespace Duality {
};
/** This is the main solver. It takes anarbitrary (possibly cyclic)
/** This is the main solver. It takes an arbitrary (possibly cyclic)
RPFP and either annotates it with a solution, or returns a
counterexample derivation in the form of an embedd RPFP tree. */
counterexample derivation in the form of an embedded RPFP tree. */
class Duality : public Solver {