CBMC
|
Dump Loop Contracts as JSON. More...
#include "dump_loop_contracts.h"
#include <util/json_stream.h>
#include <util/simplify_expr.h>
#include <ansi-c/expr2c.h>
Go to the source code of this file.
Functions | |
void | dump_loop_contracts (goto_modelt &goto_model, const std::map< loop_idt, exprt > &invariant_map, const std::map< loop_idt, std::set< exprt > > &assigns_map, const std::string &json_output_str, std::ostream &out) |
Dump Loop Contracts as JSON.
Definition in file dump_loop_contracts.cpp.