CBMC
|
#include "complexity_limiter.h"
#include <util/options.h>
#include "goto_symex_state.h"
#include <cmath>
Go to the source code of this file.
Functions | |
static std::size_t | bounded_expr_size (const exprt &expr, std::size_t count, std::size_t limit) |
Amount of nodes expr contains, with a bound on how far to search. More... | |
|
static |
Amount of nodes expr
contains, with a bound on how far to search.
Starts with an existing count.
expr
added to count without searching significantly beyond the supplied limit. Definition at line 227 of file complexity_limiter.cpp.