CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
addr_t CppAD::local::optimize::struct_opt_op_info::previous

previous operator that can be used in place of this operator.

  • If previous == 0, no such operator was found.
  • If previous != 0, opt_op_info[pevious].previous == 0 and opt_op_info[previous].usage == yes_usage.

Definition at line 31 of file opt_op_info.hpp.