8 #include "dreal/smt2/logic.h" 19 explicit Command(std::shared_ptr<CommandCell> ptr) : ptr_{std::move(ptr)} {}
22 std::shared_ptr<CommandCell> ptr_;
24 friend std::ostream& operator<<(std::ostream& os,
const Command& c);
26 std::ostream& operator<<(std::ostream& os,
const Command& c);
32 Command push_command(
int level);
34 Command set_info_command(
const std::string& key,
const std::string& val);
35 Command set_logic_command(Logic logic);
36 Command set_option_command(
const std::string& key,
const std::string& val);
Sum type of symbolic::Expression and symbolic::Formula.
Definition: api.cc:9
Command class in smt2lib.
Definition: command.h:17
This is the header file that we consolidate Drake's symbolic classes and expose them inside of dreal ...