16                   bool push_negation_into_relationals = 
false) 
const;
    23                 bool push_negation_into_relationals) 
const;
    26                      bool push_negation_into_relationals) 
const;
    28                     bool push_negation_into_relationals) 
const;
    30                         bool push_negation_into_relationals) 
const;
    32                        bool push_negation_into_relationals) 
const;
    34                           bool push_negation_into_relationals) 
const;
    36                            bool push_negation_into_relationals) 
const;
    38                                     bool push_negation_into_relationals) 
const;
    40                         bool push_negation_into_relationals) 
const;
    42                                  bool push_negation_into_relationals) 
const;
    44                            bool push_negation_into_relationals) 
const;
    46                            bool push_negation_into_relationals) 
const;
    48                         bool push_negation_into_relationals) 
const;
    50                       bool push_negation_into_relationals) 
const;
    54   friend Formula drake::symbolic::VisitFormula<Formula>(
const Nnfizer*,
 Formula Convert(const Formula &f, bool push_negation_into_relationals=false) const
Converts f into an equivalent formula f' in NNF. 
Definition: nnfizer.cc:9
 
Sum type of symbolic::Expression and symbolic::Formula. 
Definition: api.cc:9
 
A class implementing NNF (Negation Normal Form) conversion. 
Definition: nnfizer.h:12
 
This is the header file that we consolidate Drake's symbolic classes and expose them inside of dreal ...