3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 07:15:26 +00:00

Merge pull request #1465 from waywardmonkeys/fix-typos

thanks
This commit is contained in:
Nikolaj Bjorner 2018-02-05 18:31:09 -08:00 committed by GitHub
commit 9d37257059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {