12#ifndef CPROVER_GOTO_PROGRAMS_READ_GOTO_BINARY_H
13#define CPROVER_GOTO_PROGRAMS_READ_GOTO_BINARY_H
22std::optional<goto_modelt>
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
bool read_objects_and_link(const std::list< std::string > &file_names, goto_modelt &dest, message_handlert &message_handler)
Reads object files and updates the config if any files were read.
bool is_goto_binary(const std::string &filename, message_handlert &)
std::optional< goto_modelt > read_goto_binary(const std::string &filename, message_handlert &)
Read a goto binary from a file, but do not update config.