3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-08-24 02:02:49 -07:00
parent 3dedc13481
commit dc1783aafa

View file

@ -25,6 +25,9 @@ Revision History:
#include "util/approx_set.h"
namespace smt {
class context;
/**
\brief Justification for the transitivity rule.
*/