dReal4
symbolic_test_util.h
Go to the documentation of this file.
1 /// @file symbolic_test_util.h
2 ///
3 /// This is the header file that we consolidate Drake's symbolic test
4 /// predicates originally defined in
5 /// "drake/common/test/symbolic_test_util.h". Other files in dreal
6 /// should include "dreal/symbolic/symbolic_test_util.h" and have
7 /// "//dreal/symbolic:symbolic_test_util" in BUILD file.
8 #pragma once
9 
10 #include "dreal/symbolic/test/symbolic_test_util.h"
11 
12 namespace dreal {
13 
14 // NOLINTNEXTLINE(build/namespaces)
15 using namespace drake::symbolic::test;
16 
17 } // namespace dreal
Sum type of symbolic::Expression and symbolic::Formula.
Definition: api.cc:9