FCSimplex branch merge
authorTim King <taking@cs.nyu.edu>
Fri, 26 Apr 2013 21:10:21 +0000 (17:10 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Fri, 26 Apr 2013 21:10:21 +0000 (17:10 -0400)
commit9098391fe334d829ec4101f190b8f1fa21c30752
treeb134fc1fe1c767a50013e1449330ca6a7ee18a3d
parenta9174ce4dc3939bbe14c9aa1fd11c79c7877eb16
FCSimplex branch merge
75 files changed:
COPYING
INSTALL
Makefile
config/glpk.m4 [new file with mode: 0644]
configure.ac
src/Makefile.am
src/context/cdhashset.h
src/context/cdlist.h
src/main/options_handlers.h
src/theory/arith/Makefile.am
src/theory/arith/approx_simplex.cpp [new file with mode: 0644]
src/theory/arith/approx_simplex.h [new file with mode: 0644]
src/theory/arith/arith_heuristic_pivot_rule.cpp
src/theory/arith/arith_heuristic_pivot_rule.h
src/theory/arith/arith_priority_queue.cpp [deleted file]
src/theory/arith/arith_priority_queue.h [deleted file]
src/theory/arith/arith_static_learner.cpp
src/theory/arith/arith_utilities.h
src/theory/arith/arithvar.h
src/theory/arith/bound_counts.h [new file with mode: 0644]
src/theory/arith/callbacks.cpp [new file with mode: 0644]
src/theory/arith/callbacks.h [new file with mode: 0644]
src/theory/arith/congruence_manager.cpp
src/theory/arith/congruence_manager.h
src/theory/arith/constraint.cpp
src/theory/arith/constraint.h
src/theory/arith/delta_rational.h
src/theory/arith/dio_solver.cpp
src/theory/arith/dio_solver.h
src/theory/arith/dual_simplex.cpp [new file with mode: 0644]
src/theory/arith/dual_simplex.h [new file with mode: 0644]
src/theory/arith/error_set.cpp [new file with mode: 0644]
src/theory/arith/error_set.h [new file with mode: 0644]
src/theory/arith/fc_simplex.cpp [new file with mode: 0644]
src/theory/arith/fc_simplex.h [new file with mode: 0644]
src/theory/arith/linear_equality.cpp
src/theory/arith/linear_equality.h
src/theory/arith/matrix.cpp
src/theory/arith/matrix.h
src/theory/arith/options
src/theory/arith/options_handlers.h
src/theory/arith/partial_model.cpp
src/theory/arith/partial_model.h
src/theory/arith/pure_update_simplex.cpp [new file with mode: 0644]
src/theory/arith/pure_update_simplex.h [new file with mode: 0644]
src/theory/arith/simplex-converge.cpp [new file with mode: 0644]
src/theory/arith/simplex-converge.h [new file with mode: 0644]
src/theory/arith/simplex.cpp
src/theory/arith/simplex.h
src/theory/arith/simplex_update.cpp [new file with mode: 0644]
src/theory/arith/simplex_update.h [new file with mode: 0644]
src/theory/arith/soi_simplex.cpp [new file with mode: 0644]
src/theory/arith/soi_simplex.h [new file with mode: 0644]
src/theory/arith/tableau.cpp [new file with mode: 0644]
src/theory/arith/tableau.h [new file with mode: 0644]
src/theory/arith/tableau_sizes.cpp [new file with mode: 0644]
src/theory/arith/tableau_sizes.h [new file with mode: 0644]
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith.h
src/theory/arith/theory_arith_private.cpp [new file with mode: 0644]
src/theory/arith/theory_arith_private.h [new file with mode: 0644]
src/theory/arith/theory_arith_private_forward.h [new file with mode: 0644]
src/theory/quantifiers/inst_strategy_cbqi.cpp
src/theory/quantifiers/inst_strategy_cbqi.h
src/util/Makefile.am
src/util/configuration.cpp
src/util/configuration.h
src/util/configuration_private.h
src/util/dense_map.h
src/util/maybe.h [new file with mode: 0644]
src/util/rational_cln_imp.h
src/util/rational_gmp_imp.h
src/util/statistics_registry.h
test/regress/regress0/arith/integers/Makefile.am
test/regress/regress0/push-pop/Makefile.am