Remove unused tuple classes (#2313)
authorAndres Noetzli <andres.noetzli@gmail.com>
Wed, 15 Aug 2018 19:16:20 +0000 (12:16 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Aug 2018 19:16:20 +0000 (12:16 -0700)
commit2a4827990b1e083a0351f4f86de6889d0bb21719
tree57a27ad51a6a6261f875552c22ad8e7419d1d8bb
parent3e2a8562b4f76bfe8b43d066bcf18dab0fa6631e
Remove unused tuple classes (#2313)

Since we are using C++11, we can replace the triple and quad classes
with std::tuple.
src/smt/smt_engine.cpp
src/theory/arrays/array_info.h
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays.h
src/util/Makefile.am
src/util/ntuple.h [deleted file]