Skip to content

Add additional operator overloads

Joe Snyder requested to merge joe-snyder/autopybind11:more_opers into master

!, &&, and || are overloaded in Drake code. Add the entries to the list of operators.

Found: https://github.com/RobotLocomotion/drake/blob/master/common/symbolic_formula.h#L285-L307

Merge request reports