cvc4-1.4
|
This is a "pickler" for expressions. More...
#include "cvc4_public.h"
#include "expr/variable_type_map.h"
#include "expr/expr.h"
#include "util/exception.h"
#include <exception>
#include <stack>
Go to the source code of this file.
Data Structures | |
class | CVC4::expr::pickle::Pickle |
class | CVC4::expr::pickle::PicklingException |
class | CVC4::expr::pickle::Pickler |
class | CVC4::expr::pickle::MapPickler |
Namespaces | |
namespace | CVC4 |
namespace | CVC4::expr |
namespace | CVC4::expr::pickle |
This is a "pickler" for expressions.
** Original author: Morgan Deters ** Major contributors: none ** Minor contributors (to current version): Kshitij Bansal ** This file is part of the CVC4 project. ** Copyright (c) 2009-2014 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.
This is a "pickler" for expressions. It produces a binary serialization of an expression that can be converted back into an expression in the same or another ExprManager.
Definition in file pickler.h.