We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4dc2aa + 7db42c0 commit 05a7b4aCopy full SHA for 05a7b4a
src/cbmc/bmc.cpp
@@ -627,6 +627,8 @@ void bmct::setup_unwind()
627
/// \param message: used for logging
628
/// \param driver_configure_bmc: function provided by the driver program,
629
/// which applies driver-specific configuration to a bmct before running.
630
+/// \param callback_after_symex: optional callback to be run after symex.
631
+/// See class member `bmct::driver_callback_after_symex` for details.
632
int bmct::do_language_agnostic_bmc(
633
const optionst &opts,
634
abstract_goto_modelt &model,
0 commit comments