├── .cproject ├── .github └── workflows │ └── ci.yml ├── .gitignore ├── .project ├── .settings └── org.eclipse.cdt.codan.core.prefs ├── CMakeLists.txt ├── COPYING ├── LICENSE ├── README.md ├── antlr ├── antlr-3.4-complete.jar ├── antlr3 ├── libantlr3c-3.4.patch └── libantlr3c-3.4.tar.gz ├── cmake ├── FindBtor2Tools.cmake ├── FindCUDD.cmake ├── FindDreal.cmake ├── FindLibPoly.cmake ├── FindMathSAT5.cmake ├── FindOpenSMT2.cmake ├── FindYices2.cmake └── FindZ3.cmake ├── contrib ├── cmake ├── install_btor2tools.sh ├── install_dreal4.sh ├── install_opensmt2.sh ├── install_yices2.sh ├── sally-analyze ├── sally-submit ├── smt2_to_yices.sh ├── timelimit └── update_licence.sh ├── examples ├── approximate_agreement │ ├── approx.4.mcmt │ ├── approx.5.mcmt │ ├── approx.6.b.mcmt │ ├── approx.6.c.mcmt │ ├── approx.6.mcmt │ ├── approx.sal │ ├── approx_hybrid.6.b.mcmt │ ├── approx_hybrid.6.c.mcmt │ ├── approx_hybrid.6.mcmt │ ├── approx_hybrid.sal │ ├── approx_hybrid_validity.6.mcmt │ ├── approx_hybrid_validity.sal │ └── get_mcmt_from_sal.sh ├── azadmanesh-kieckhafer │ ├── approx.sal │ ├── approx_revised.flat │ ├── approx_revised.sal │ ├── approx_scenario1.sal │ ├── approx_scenario1_revised.sal │ ├── approx_scenario2.sal │ ├── approx_scenario2_revised.sal │ ├── fault_free_convergence.mcmt │ ├── fault_free_revised_convergence.mcmt │ ├── fault_free_revised_sanity_check.mcmt │ ├── fault_free_sanity_check.mcmt │ ├── get_mcmt_from_sal.sh │ ├── scenario1_convergence.mcmt │ ├── scenario1_min_received.mcmt │ ├── scenario1_revised_convergence.mcmt │ ├── scenario1_revised_min_received.mcmt │ ├── scenario1_revised_sanity_check.mcmt │ ├── scenario1_sanity_check.mcmt │ ├── scenario2_convergence.mcmt │ ├── scenario2_min_received.mcmt │ ├── scenario2_non_convergence.mcmt │ ├── scenario2_revised_convergence.mcmt │ ├── scenario2_revised_min_received.mcmt │ ├── scenario2_revised_non_convergence.mcmt │ ├── scenario2_revised_sanity_check.mcmt │ ├── scenario2_revised_strict.mcmt │ ├── scenario2_sanity_check.mcmt │ └── scenario2_strict.mcmt ├── example-nra.mcmt ├── example.mcmt ├── hacms │ ├── eventclock3.mcmt │ ├── eventclock3.sal │ ├── eventclock4.invalid.01.mcmt │ ├── eventclock4.invalid.01.sal │ ├── eventclock4.invalid.02.mcmt │ ├── eventclock4.invalid.02.sal │ ├── eventclock5.mcmt │ ├── eventclock5.sal │ ├── eventclock6.mcmt │ └── eventclock6.sal ├── honeywell │ ├── Ex3.flat │ ├── Ex3.mcmt │ ├── Ex3.sal │ ├── WBS-SAL-Models │ │ ├── dump.py │ │ ├── get_mcmt_from_sal.sh │ │ ├── keys.txt │ │ ├── run_7_17b.sh │ │ ├── run_7_7.sh │ │ ├── wbs_simple_7_17.sal │ │ ├── wbs_simple_7_7.flat │ │ ├── wbs_simple_7_7.mcmt │ │ └── wbs_simple_7_7.sal │ └── mvs │ │ ├── mvs_with_timeouts3.mcmt │ │ └── mvs_with_timeouts3.sal ├── oral_messages │ ├── README │ ├── om1_with_relays.sal │ ├── om1_with_relays_agreement.mcmt │ ├── om1_with_relays_agreement_faulty_process.mcmt │ ├── om1_with_relays_agreement_faulty_relay.mcmt │ ├── om1_with_relays_agreement_two_faults.mcmt │ ├── om1_with_relays_hybrid_faults.sal │ ├── om1_with_relays_validity.mcmt │ ├── om1_with_relays_validity_faulty_process.mcmt │ ├── om1_with_relays_validity_faulty_relay.mcmt │ ├── om1_with_relays_validity_two_faults.mcmt │ ├── om1_with_relays_validity_two_faulty_relays.mcmt │ └── run_all.sh ├── peterson │ ├── peterson.invalid.mcmt │ ├── peterson.mutex.mcmt │ └── peterson.sal ├── results.ods ├── tta_startup │ ├── get_mcmt_from_sal.sh │ ├── simple_startup2.2.mcmt │ ├── simple_startup2.3.mcmt │ ├── simple_startup2.mcmt │ ├── simple_startup2.sal │ ├── startup5.sal │ └── startup6.sal ├── tte_synchro │ ├── mk-flat-assertion │ ├── mk-flat-module │ ├── run_all.sh │ ├── tte_synchro.cm_clock_distance.mcmt │ ├── tte_synchro.cm_clock_distance_strict.mcmt │ ├── tte_synchro.flat │ ├── tte_synchro.mcmt │ ├── tte_synchro.sal │ ├── tte_synchro.sm_clock_distance.mcmt │ ├── tte_synchro.sm_clock_distance_strict.mcmt │ ├── tte_synchro.sm_cm_clock_distance.mcmt │ ├── tte_synchro.sm_cm_clock_distance_strict.mcmt │ └── tte_synchro_int.mcmt └── unified-approx │ ├── approx_revised.sal │ ├── fault_free_convergence.mcmt │ ├── fault_free_sanity_check.mcmt │ ├── fault_free_sanity_check2.mcmt │ ├── get_mcmt_from_sal.sh │ ├── scenario1.sal │ ├── scenario1_convergence.mcmt │ ├── scenario1_sanity_check2.mcmt │ ├── scenario2.sal │ ├── scenario2_convergence.mcmt │ ├── scenario2_non_convergence.mcmt │ ├── scenario2_non_convergence2.mcmt │ ├── scenario2_sanity_check2.mcmt │ ├── scenario3.sal │ ├── scenario3_convergence.mcmt │ ├── scenario3_sanity_check2.mcmt │ ├── unified.flat │ └── unified.sal ├── frontend ├── .gitignore ├── Makefile ├── parse.ml ├── sal_ast.ml ├── sal_ast.mli ├── sallex.mll ├── salparse2.mly └── test.sal ├── src ├── CMakeLists.txt ├── command │ ├── CMakeLists.txt │ ├── assume.cpp │ ├── assume.h │ ├── checksat.cpp │ ├── checksat.h │ ├── command.cpp │ ├── command.h │ ├── declare_state_type.cpp │ ├── declare_state_type.h │ ├── define_states.cpp │ ├── define_states.h │ ├── define_transition.cpp │ ├── define_transition.h │ ├── define_transition_system.cpp │ ├── define_transition_system.h │ ├── generalize.cpp │ ├── generalize.h │ ├── interpolate.cpp │ ├── interpolate.h │ ├── query.cpp │ ├── query.h │ ├── sequence.cpp │ └── sequence.h ├── engine │ ├── CMakeLists.txt │ ├── bmc │ │ ├── bmc_engine.cpp │ │ ├── bmc_engine.h │ │ └── bmc_engine_info.h │ ├── engine.cpp │ ├── engine.h │ ├── engine_list.h │ ├── factory.cpp │ ├── factory.h │ ├── kind │ │ ├── kind_engine.cpp │ │ ├── kind_engine.h │ │ └── kind_engine_info.h │ ├── pdkind │ │ ├── cex_manager.cpp │ │ ├── cex_manager.h │ │ ├── induction_obligation.cpp │ │ ├── induction_obligation.h │ │ ├── pdkind_engine.cpp │ │ ├── pdkind_engine.h │ │ ├── pdkind_engine_info.h │ │ ├── reachability.cpp │ │ ├── reachability.h │ │ ├── solvers.cpp │ │ └── solvers.h │ ├── simulator │ │ ├── simulator.cpp │ │ ├── simulator.h │ │ └── simulator_info.h │ └── translator │ │ ├── translator.cpp │ │ ├── translator.h │ │ └── translator_info.h ├── expr │ ├── CMakeLists.txt │ ├── algebraic_number.cpp │ ├── algebraic_number.h │ ├── bitvector.cpp │ ├── bitvector.h │ ├── enum_value.h │ ├── gc_participant.cpp │ ├── gc_participant.h │ ├── gc_relocator.cpp │ ├── gc_relocator.h │ ├── integer.cpp │ ├── integer.h │ ├── model.cpp │ ├── model.h │ ├── rational.cpp │ ├── rational.h │ ├── term.cpp │ ├── term.h │ ├── term_manager.cpp │ ├── term_manager.h │ ├── term_manager_internal.cpp │ ├── term_manager_internal.h │ ├── term_map.h │ ├── term_ops.cpp │ ├── term_ops.h │ ├── term_visitor.h │ ├── type_computation_visitor.cpp │ ├── type_computation_visitor.h │ ├── value.cpp │ └── value.h ├── parser │ ├── CMakeLists.txt │ ├── aiger │ │ ├── aiger-1.9.4 │ │ │ ├── FORMAT │ │ │ ├── LICENSE │ │ │ ├── aiger.c │ │ │ └── aiger.h │ │ ├── aiger.cpp │ │ └── aiger.h │ ├── antlr_parser.h │ ├── btor │ │ ├── .gitignore │ │ ├── btor.cpp │ │ ├── btor.g │ │ ├── btor.h │ │ ├── btor_state.cpp │ │ └── btor_state.h │ ├── btor2 │ │ ├── btor2.cpp │ │ └── btor2.h │ ├── mcmt │ │ ├── .gitignore │ │ ├── mcmt.cpp │ │ ├── mcmt.g │ │ ├── mcmt.h │ │ ├── mcmt_state.cpp │ │ └── mcmt_state.h │ ├── parser.cpp │ ├── parser.h │ ├── sal │ │ ├── .gitignore │ │ ├── README │ │ ├── sal.cpp │ │ ├── sal.g │ │ ├── sal.h │ │ ├── sal_context.cpp │ │ ├── sal_context.h │ │ ├── sal_module.cpp │ │ ├── sal_module.h │ │ ├── sal_state.cpp │ │ └── sal_state.h │ └── smt2 │ │ ├── .gitignore │ │ ├── smt2.cpp │ │ ├── smt2.g │ │ ├── smt2.h │ │ ├── smt2_state.cpp │ │ └── smt2_state.h ├── sally.cpp ├── smt │ ├── CMakeLists.txt │ ├── d4y2 │ │ ├── d4y2.cpp │ │ ├── d4y2.h │ │ └── d4y2_info.h │ ├── delayed_wrapper.cpp │ ├── delayed_wrapper.h │ ├── dreal │ │ ├── dreal.cpp │ │ ├── dreal.h │ │ ├── dreal_info.h │ │ ├── dreal_internal.cpp │ │ ├── dreal_internal.h │ │ ├── dreal_term.cpp │ │ ├── dreal_term.h │ │ ├── dreal_term_cache.cpp │ │ └── dreal_term_cache.h │ ├── factory.cpp │ ├── factory.h │ ├── generic │ │ ├── generic_solver.cpp │ │ ├── generic_solver.h │ │ └── generic_solver_info.h │ ├── incremental_wrapper.cpp │ ├── incremental_wrapper.h │ ├── mathsat5 │ │ ├── mathsat5.cpp │ │ ├── mathsat5.h │ │ ├── mathsat5_info.h │ │ ├── mathsat5_term_cache.cpp │ │ └── mathsat5_term_cache.h │ ├── opensmt2 │ │ ├── opensmt2.cpp │ │ ├── opensmt2.h │ │ ├── opensmt2_info.h │ │ ├── opensmt2_internal.cpp │ │ ├── opensmt2_internal.h │ │ ├── opensmt2_term_cache.cpp │ │ └── opensmt2_term_cache.h │ ├── smt2_output_wrapper.cpp │ ├── smt2_output_wrapper.h │ ├── solver.cpp │ ├── solver.h │ ├── solvers_list.h │ ├── y2m5 │ │ ├── y2m5.cpp │ │ ├── y2m5.h │ │ └── y2m5_info.h │ ├── y2o2 │ │ ├── y2o2.cpp │ │ ├── y2o2.h │ │ └── y2o2_info.h │ ├── yices2 │ │ ├── yices2.cpp │ │ ├── yices2.h │ │ ├── yices2_info.h │ │ ├── yices2_internal.cpp │ │ ├── yices2_internal.h │ │ ├── yices2_term_cache.cpp │ │ └── yices2_term_cache.h │ └── z3 │ │ ├── z3.cpp │ │ ├── z3.h │ │ ├── z3_common.cpp │ │ ├── z3_common.h │ │ ├── z3_info.h │ │ ├── z3_internal.cpp │ │ └── z3_internal.h ├── system │ ├── CMakeLists.txt │ ├── context.cpp │ ├── context.h │ ├── state_formula.cpp │ ├── state_formula.h │ ├── state_type.cpp │ ├── state_type.h │ ├── trace_helper.cpp │ ├── trace_helper.h │ ├── transition_formula.cpp │ ├── transition_formula.h │ ├── transition_system.cpp │ └── transition_system.h └── utils │ ├── CMakeLists.txt │ ├── allocator.h │ ├── allocator_types.h │ ├── exception.cpp │ ├── exception.h │ ├── hash.h │ ├── module_setup.h │ ├── name_transformer.h │ ├── options.cpp │ ├── options.h │ ├── output.cpp │ ├── output.h │ ├── smart_ptr.h │ ├── statistics.cpp │ ├── statistics.h │ ├── string.cpp │ ├── string.h │ ├── symbol_table.h │ └── trace.h └── test ├── CMakeLists.txt ├── regress ├── CMakeLists.txt ├── README ├── bmc │ ├── beem │ │ ├── adding.1.prop1-back-serstep.btor │ │ ├── adding.1.prop1-back-serstep.btor.gold │ │ ├── adding.1.prop1-back-serstep.btor.options │ │ ├── adding.1.prop1-func-interl.btor │ │ ├── adding.1.prop1-func-interl.btor.gold │ │ ├── adding.1.prop1-func-interl.btor.options │ │ ├── adding.2.prop1-back-serstep.btor │ │ ├── adding.2.prop1-back-serstep.btor.gold │ │ ├── adding.2.prop1-back-serstep.btor.options │ │ ├── anderson.1.prop1-back-serstep.btor │ │ ├── anderson.1.prop1-back-serstep.btor.gold │ │ ├── anderson.1.prop1-back-serstep.btor.options │ │ ├── anderson.1.prop1-func-interl.btor │ │ ├── anderson.1.prop1-func-interl.btor.gold │ │ ├── anderson.1.prop1-func-interl.btor.options │ │ ├── anderson.3.prop1-back-serstep.btor │ │ ├── anderson.3.prop1-back-serstep.btor.gold │ │ ├── anderson.3.prop1-back-serstep.btor.options │ │ ├── anderson.3.prop1-func-interl.btor.disabled │ │ ├── anderson.3.prop1-func-interl.btor.options │ │ ├── bakery.2.prop1-back-serstep.btor │ │ ├── bakery.2.prop1-back-serstep.btor.gold │ │ ├── bakery.2.prop1-back-serstep.btor.options │ │ ├── bakery.2.prop1-func-interl.btor │ │ ├── bakery.2.prop1-func-interl.btor.gold │ │ ├── bakery.2.prop1-func-interl.btor.options │ │ ├── bakery.4.prop1-func-interl.btor │ │ ├── bakery.4.prop1-func-interl.btor.gold │ │ ├── bakery.4.prop1-func-interl.btor.options │ │ ├── collision.2.prop1-func-interl.btor │ │ ├── collision.2.prop1-func-interl.btor.gold │ │ ├── collision.2.prop1-func-interl.btor.options │ │ ├── elevator_planning.1.prop1-func-interl.btor │ │ ├── elevator_planning.1.prop1-func-interl.btor.gold │ │ ├── elevator_planning.1.prop1-func-interl.btor.options │ │ ├── elevator_planning.3.prop1-back-serstep.btor │ │ ├── elevator_planning.3.prop1-back-serstep.btor.gold │ │ ├── elevator_planning.3.prop1-back-serstep.btor.options │ │ ├── elevator_planning.3.prop1-func-interl.btor │ │ ├── elevator_planning.3.prop1-func-interl.btor.gold │ │ ├── elevator_planning.3.prop1-func-interl.btor.options │ │ ├── fischer.2.prop1-back-serstep.btor │ │ ├── fischer.2.prop1-back-serstep.btor.gold │ │ ├── fischer.2.prop1-back-serstep.btor.options │ │ ├── fischer.2.prop1-func-interl.btor │ │ ├── fischer.2.prop1-func-interl.btor.gold │ │ ├── fischer.2.prop1-func-interl.btor.options │ │ ├── krebs.1.prop1-back-serstep.btor │ │ ├── krebs.1.prop1-back-serstep.btor.gold │ │ ├── krebs.1.prop1-back-serstep.btor.options │ │ ├── krebs.1.prop1-func-interl.btor │ │ ├── krebs.1.prop1-func-interl.btor.gold │ │ ├── krebs.1.prop1-func-interl.btor.options │ │ ├── krebs.2.prop1-func-interl.btor │ │ ├── krebs.2.prop1-func-interl.btor.gold │ │ ├── krebs.2.prop1-func-interl.btor.options │ │ ├── lann.1.prop1-func-interl.btor │ │ ├── lann.1.prop1-func-interl.btor.gold │ │ ├── lann.1.prop1-func-interl.btor.options │ │ ├── loyd.1.prop1-back-serstep.btor │ │ ├── loyd.1.prop1-back-serstep.btor.gold │ │ ├── loyd.1.prop1-back-serstep.btor.options │ │ ├── loyd.1.prop1-func-interl.btor │ │ ├── loyd.1.prop1-func-interl.btor.gold │ │ ├── loyd.1.prop1-func-interl.btor.options │ │ ├── peterson.2.prop1-back-serstep.btor │ │ ├── peterson.2.prop1-back-serstep.btor.gold │ │ ├── peterson.2.prop1-back-serstep.btor.options │ │ ├── peterson.2.prop1-func-interl.btor │ │ ├── peterson.2.prop1-func-interl.btor.gold │ │ ├── peterson.2.prop1-func-interl.btor.options │ │ ├── peterson.3.prop1-back-serstep.btor │ │ ├── peterson.3.prop1-back-serstep.btor.gold │ │ ├── peterson.3.prop1-back-serstep.btor.options │ │ ├── peterson.3.prop1-func-interl.btor │ │ ├── peterson.3.prop1-func-interl.btor.gold │ │ ├── peterson.3.prop1-func-interl.btor.options │ │ ├── protocols.1.prop1-back-serstep.btor │ │ ├── protocols.1.prop1-back-serstep.btor.gold │ │ ├── protocols.1.prop1-back-serstep.btor.options │ │ ├── protocols.1.prop1-func-interl.btor │ │ ├── protocols.1.prop1-func-interl.btor.gold │ │ ├── protocols.1.prop1-func-interl.btor.options │ │ ├── protocols.2.prop1-back-serstep.btor │ │ ├── protocols.2.prop1-back-serstep.btor.gold │ │ ├── protocols.2.prop1-back-serstep.btor.options │ │ ├── protocols.2.prop1-func-interl.btor │ │ ├── protocols.2.prop1-func-interl.btor.gold │ │ ├── protocols.2.prop1-func-interl.btor.options │ │ ├── protocols.3.prop1-back-serstep.btor │ │ ├── protocols.3.prop1-back-serstep.btor.gold │ │ ├── protocols.3.prop1-back-serstep.btor.options │ │ ├── protocols.3.prop1-func-interl.btor │ │ ├── protocols.3.prop1-func-interl.btor.gold │ │ ├── protocols.3.prop1-func-interl.btor.options │ │ ├── protocols.4.prop1-back-serstep.btor │ │ ├── protocols.4.prop1-back-serstep.btor.gold │ │ ├── protocols.4.prop1-back-serstep.btor.options │ │ ├── protocols.4.prop1-func-interl.btor │ │ ├── protocols.4.prop1-func-interl.btor.gold │ │ ├── protocols.4.prop1-func-interl.btor.options │ │ ├── protocols.5.prop1-back-serstep.btor │ │ ├── protocols.5.prop1-back-serstep.btor.gold │ │ ├── protocols.5.prop1-back-serstep.btor.options │ │ ├── protocols.5.prop1-func-interl.btor │ │ ├── protocols.5.prop1-func-interl.btor.gold │ │ ├── protocols.5.prop1-func-interl.btor.options │ │ ├── schedule_world.1.prop1-func-interl.btor │ │ ├── schedule_world.1.prop1-func-interl.btor.gold │ │ ├── schedule_world.1.prop1-func-interl.btor.options │ │ ├── train-gate.1.prop1-func-interl.btor.disabled │ │ └── train-gate.1.prop1-func-interl.btor.options │ ├── d4y2 │ │ ├── algebraic.mcmt │ │ ├── algebraic.mcmt.gold │ │ ├── algebraic.mcmt.options │ │ ├── arrowsmith_and_place_fig_1_31_page_14.mcmt │ │ ├── arrowsmith_and_place_fig_1_31_page_14.mcmt.gold │ │ ├── arrowsmith_and_place_fig_1_31_page_14.mcmt.options │ │ ├── arrowsmith_and_place_fig_3_1_page_72.mcmt │ │ ├── arrowsmith_and_place_fig_3_1_page_72.mcmt.gold │ │ ├── arrowsmith_and_place_fig_3_1_page_72.mcmt.options │ │ ├── arrowsmith_and_place_fig_3_8_page_82.mcmt │ │ ├── arrowsmith_and_place_fig_3_8_page_82.mcmt.gold │ │ ├── arrowsmith_and_place_fig_3_8_page_82.mcmt.options │ │ ├── ball_count_1d_plain.hydi.mcmt │ │ ├── ball_count_1d_plain.hydi.mcmt.gold │ │ ├── ball_count_1d_plain.hydi.mcmt.options │ │ ├── cfa_test0005.mcmt │ │ ├── cfa_test0005.mcmt.gold │ │ ├── cfa_test0005.mcmt.options │ │ ├── cfa_test0013.mcmt │ │ ├── cfa_test0013.mcmt.gold │ │ ├── cfa_test0013.mcmt.options │ │ ├── cfa_test0016.mcmt │ │ ├── cfa_test0016.mcmt.gold │ │ ├── cfa_test0016.mcmt.options │ │ ├── collin_goriely_page_60.mcmt │ │ ├── collin_goriely_page_60.mcmt.gold │ │ ├── collin_goriely_page_60.mcmt.options │ │ ├── darboux_christoffel_int_goriely_page_58.mcmt │ │ ├── darboux_christoffel_int_goriely_page_58.mcmt.gold │ │ ├── darboux_christoffel_int_goriely_page_58.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_11.mcmt │ │ ├── dumortier_llibre_artes_ex_10_11.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_11.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_15_ii.mcmt │ │ ├── dumortier_llibre_artes_ex_10_15_ii.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_15_ii.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_9.mcmt │ │ ├── dumortier_llibre_artes_ex_10_9.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_9.mcmt.options │ │ ├── dumortier_llibre_artes_ex_5_1_ii.mcmt │ │ ├── dumortier_llibre_artes_ex_5_1_ii.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_5_1_ii.mcmt.options │ │ ├── example_4.mcmt │ │ ├── example_4.mcmt.gold │ │ ├── example_4.mcmt.options │ │ ├── hamiltonian_system_1.mcmt │ │ ├── hamiltonian_system_1.mcmt.gold │ │ ├── hamiltonian_system_1.mcmt.options │ │ ├── sas13-floatitp-rangevMain1.mcmt │ │ ├── sas13-floatitp-rangevMain1.mcmt.gold │ │ ├── sas13-floatitp-rangevMain1.mcmt.options │ │ ├── sas13-floatitp-rangevMain5.mcmt │ │ ├── sas13-floatitp-rangevMain5.mcmt.gold │ │ ├── sas13-floatitp-rangevMain5.mcmt.options │ │ ├── sas13-floatitp-test1.mcmt │ │ ├── sas13-floatitp-test1.mcmt.gold │ │ ├── sas13-floatitp-test1.mcmt.options │ │ ├── sas13-floatitp-test2.mcmt │ │ ├── sas13-floatitp-test2.mcmt.gold │ │ ├── sas13-floatitp-test2.mcmt.options │ │ ├── sas13-floatitp-test3.mcmt │ │ ├── sas13-floatitp-test3.mcmt.gold │ │ └── sas13-floatitp-test3.mcmt.options │ ├── dreal │ │ ├── algebraic.mcmt │ │ ├── algebraic.mcmt.gold │ │ ├── algebraic.mcmt.options │ │ ├── arrowsmith_and_place_fig_3_1_page_72.mcmt │ │ ├── arrowsmith_and_place_fig_3_1_page_72.mcmt.gold │ │ ├── arrowsmith_and_place_fig_3_1_page_72.mcmt.options │ │ ├── ball_count_1d_plain.hydi.mcmt │ │ ├── ball_count_1d_plain.hydi.mcmt.gold │ │ ├── ball_count_1d_plain.hydi.mcmt.options │ │ ├── cfa_test0005.mcmt │ │ ├── cfa_test0005.mcmt.gold │ │ ├── cfa_test0005.mcmt.options │ │ ├── cfa_test0013.mcmt │ │ ├── cfa_test0013.mcmt.gold │ │ ├── cfa_test0013.mcmt.options │ │ ├── cfa_test0016.mcmt │ │ ├── cfa_test0016.mcmt.gold │ │ ├── cfa_test0016.mcmt.options │ │ ├── collin_goriely_page_60.mcmt │ │ ├── collin_goriely_page_60.mcmt.gold │ │ ├── collin_goriely_page_60.mcmt.options │ │ ├── darboux_christoffel_int_goriely_page_58.mcmt │ │ ├── darboux_christoffel_int_goriely_page_58.mcmt.gold │ │ ├── darboux_christoffel_int_goriely_page_58.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_11.mcmt │ │ ├── dumortier_llibre_artes_ex_10_11.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_11.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_15_ii.mcmt │ │ ├── dumortier_llibre_artes_ex_10_15_ii.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_15_ii.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_9.mcmt │ │ ├── dumortier_llibre_artes_ex_10_9.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_9.mcmt.options │ │ ├── dumortier_llibre_artes_ex_5_1_ii.mcmt │ │ ├── dumortier_llibre_artes_ex_5_1_ii.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_5_1_ii.mcmt.options │ │ ├── dumortier_llibre_artes_ex_5_2_ii.mcmt │ │ ├── dumortier_llibre_artes_ex_5_2_ii.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_5_2_ii.mcmt.options │ │ ├── example_4.mcmt │ │ ├── example_4.mcmt.gold │ │ ├── example_4.mcmt.options │ │ ├── hamiltonian_system_1.mcmt │ │ ├── hamiltonian_system_1.mcmt.gold │ │ ├── hamiltonian_system_1.mcmt.options │ │ ├── sas13-floatitp-rangevMain1.mcmt │ │ ├── sas13-floatitp-rangevMain1.mcmt.gold │ │ ├── sas13-floatitp-rangevMain1.mcmt.options │ │ ├── sas13-floatitp-rangevMain5.mcmt │ │ ├── sas13-floatitp-rangevMain5.mcmt.gold │ │ ├── sas13-floatitp-rangevMain5.mcmt.options │ │ ├── sas13-floatitp-test1.mcmt │ │ ├── sas13-floatitp-test1.mcmt.gold │ │ ├── sas13-floatitp-test1.mcmt.options │ │ ├── sas13-floatitp-test2.mcmt │ │ ├── sas13-floatitp-test2.mcmt.gold │ │ ├── sas13-floatitp-test2.mcmt.options │ │ ├── sas13-floatitp-test3.mcmt │ │ ├── sas13-floatitp-test3.mcmt.gold │ │ └── sas13-floatitp-test3.mcmt.options │ ├── example0.mcmt │ ├── example0.mcmt.gold │ ├── example0.mcmt.options │ ├── example2.mcmt │ ├── example2.mcmt.gold │ ├── example2.mcmt.options │ ├── example3.a.mcmt │ ├── example3.a.mcmt.gold │ ├── example3.a.mcmt.options │ ├── example3.b.mcmt │ ├── example3.b.mcmt.gold │ ├── example3.b.mcmt.options │ ├── example4.a.mcmt │ ├── example4.a.mcmt.gold │ ├── example4.a.mcmt.options │ ├── example4.b.mcmt │ ├── example4.b.mcmt.gold │ ├── example4.b.mcmt.options │ ├── example5.a.mcmt │ ├── example5.a.mcmt.gold │ ├── example5.a.mcmt.options │ ├── example5.b.mcmt │ ├── example5.b.mcmt.gold │ ├── example5.b.mcmt.options │ ├── example6.a.mcmt │ ├── example6.a.mcmt.gold │ ├── example6.a.mcmt.options │ ├── example6.b.mcmt │ ├── example6.b.mcmt.gold │ ├── example6.b.mcmt.options │ ├── example7.mcmt │ ├── example7.mcmt.gold │ ├── example7.mcmt.options │ └── nra │ │ ├── algebraic.mcmt │ │ ├── algebraic.mcmt.gold │ │ ├── algebraic.mcmt.options │ │ ├── arrowsmith_and_place_fig_1_31_page_14.mcmt │ │ ├── arrowsmith_and_place_fig_1_31_page_14.mcmt.gold │ │ ├── arrowsmith_and_place_fig_1_31_page_14.mcmt.options │ │ ├── arrowsmith_and_place_fig_3_1_page_72.mcmt │ │ ├── arrowsmith_and_place_fig_3_1_page_72.mcmt.gold │ │ ├── arrowsmith_and_place_fig_3_1_page_72.mcmt.options │ │ ├── arrowsmith_and_place_fig_3_8_page_82.mcmt │ │ ├── arrowsmith_and_place_fig_3_8_page_82.mcmt.gold │ │ ├── arrowsmith_and_place_fig_3_8_page_82.mcmt.options │ │ ├── ball_count_1d_plain.hydi.mcmt │ │ ├── ball_count_1d_plain.hydi.mcmt.gold │ │ ├── ball_count_1d_plain.hydi.mcmt.options │ │ ├── cfa_test0005.mcmt │ │ ├── cfa_test0005.mcmt.gold │ │ ├── cfa_test0005.mcmt.options │ │ ├── cfa_test0013.mcmt │ │ ├── cfa_test0013.mcmt.gold │ │ ├── cfa_test0013.mcmt.options │ │ ├── cfa_test0016.mcmt │ │ ├── cfa_test0016.mcmt.gold │ │ ├── cfa_test0016.mcmt.options │ │ ├── collin_goriely_page_60.mcmt │ │ ├── collin_goriely_page_60.mcmt.gold │ │ ├── collin_goriely_page_60.mcmt.options │ │ ├── darboux_christoffel_int_goriely_page_58.mcmt │ │ ├── darboux_christoffel_int_goriely_page_58.mcmt.gold │ │ ├── darboux_christoffel_int_goriely_page_58.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_11.mcmt │ │ ├── dumortier_llibre_artes_ex_10_11.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_11.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_15_i.mcmt │ │ ├── dumortier_llibre_artes_ex_10_15_i.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_15_i.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_15_ii.mcmt │ │ ├── dumortier_llibre_artes_ex_10_15_ii.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_15_ii.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_9.mcmt │ │ ├── dumortier_llibre_artes_ex_10_9.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_9.mcmt.options │ │ ├── dumortier_llibre_artes_ex_5_1_ii.mcmt │ │ ├── dumortier_llibre_artes_ex_5_1_ii.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_5_1_ii.mcmt.options │ │ ├── example_4.mcmt │ │ ├── example_4.mcmt.gold │ │ ├── example_4.mcmt.options │ │ ├── hamiltonian_system_1.mcmt.disabled │ │ ├── hamiltonian_system_1.mcmt.gold │ │ ├── hamiltonian_system_1.mcmt.options │ │ ├── sas13-floatitp-rangevMain1.mcmt │ │ ├── sas13-floatitp-rangevMain1.mcmt.gold │ │ ├── sas13-floatitp-rangevMain1.mcmt.options │ │ ├── sas13-floatitp-rangevMain5.mcmt │ │ ├── sas13-floatitp-rangevMain5.mcmt.gold │ │ ├── sas13-floatitp-rangevMain5.mcmt.options │ │ ├── sas13-floatitp-test1.mcmt │ │ ├── sas13-floatitp-test1.mcmt.gold │ │ ├── sas13-floatitp-test1.mcmt.options │ │ ├── sas13-floatitp-test2.mcmt │ │ ├── sas13-floatitp-test2.mcmt.gold │ │ ├── sas13-floatitp-test2.mcmt.options │ │ ├── sas13-floatitp-test3.mcmt │ │ ├── sas13-floatitp-test3.mcmt.gold │ │ └── sas13-floatitp-test3.mcmt.options ├── bv │ ├── test_00.mcmt │ ├── test_00.mcmt.gold │ ├── test_00.mcmt.options │ ├── test_01.mcmt │ ├── test_01.mcmt.gold │ ├── test_01.mcmt.options │ ├── test_02.mcmt │ ├── test_02.mcmt.gold │ └── test_02.mcmt.options ├── issues │ ├── 31.mcmt │ ├── 31.mcmt.gold │ ├── 31.mcmt.options │ ├── 51.mcmt │ ├── 51.mcmt.gold │ ├── 51.mcmt.options │ ├── 52.mcmt │ ├── 52.mcmt.gold │ └── 52.mcmt.options ├── kind │ ├── beem │ │ ├── resistance.1.prop1-func-interl.btor │ │ ├── resistance.1.prop1-func-interl.btor.gold │ │ ├── resistance.1.prop1-func-interl.btor.options │ │ ├── resistance.1.prop2-func-interl.btor │ │ ├── resistance.1.prop2-func-interl.btor.gold │ │ ├── resistance.1.prop2-func-interl.btor.options │ │ ├── resistance.1.prop3-func-interl.btor │ │ ├── resistance.1.prop3-func-interl.btor.gold │ │ └── resistance.1.prop3-func-interl.btor.options │ ├── d4y2 │ │ ├── Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt │ │ ├── Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt.gold │ │ ├── Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt.options │ │ ├── Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt │ │ ├── Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt.gold │ │ ├── Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt.options │ │ ├── arrowsmith_and_place_fig_3_5c_page_79.mcmt │ │ ├── arrowsmith_and_place_fig_3_5c_page_79.mcmt.gold │ │ ├── arrowsmith_and_place_fig_3_5c_page_79.mcmt.options │ │ ├── cfa_test0006.mcmt │ │ ├── cfa_test0006.mcmt.gold │ │ ├── cfa_test0006.mcmt.options │ │ ├── cfa_test0017.mcmt │ │ ├── cfa_test0017.mcmt.gold │ │ ├── cfa_test0017.mcmt.options │ │ ├── cfa_test0018.mcmt │ │ ├── cfa_test0018.mcmt.gold │ │ ├── cfa_test0018.mcmt.options │ │ ├── cfa_test0019.mcmt │ │ ├── cfa_test0019.mcmt.gold │ │ ├── cfa_test0019.mcmt.options │ │ ├── dai_gan_xhia_zhan_jsc14_ex1.mcmt │ │ ├── dai_gan_xhia_zhan_jsc14_ex1.mcmt.gold │ │ ├── dai_gan_xhia_zhan_jsc14_ex1.mcmt.options │ │ ├── dumortier_llibre_artes_ex_1_9b.mcmt │ │ ├── dumortier_llibre_artes_ex_1_9b.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_1_9b.mcmt.options │ │ ├── keymaera_nonlinear1.mcmt │ │ ├── keymaera_nonlinear1.mcmt.gold │ │ ├── keymaera_nonlinear1.mcmt.options │ │ ├── liu_zhan_zhao_emsoft11_ex_25.mcmt │ │ ├── liu_zhan_zhao_emsoft11_ex_25.mcmt.gold │ │ ├── liu_zhan_zhao_emsoft11_ex_25.mcmt.options │ │ ├── paper_example_1.mcmt │ │ ├── paper_example_1.mcmt.gold │ │ ├── paper_example_1.mcmt.options │ │ ├── shimizu_morioka_system.mcmt │ │ ├── shimizu_morioka_system.mcmt.gold │ │ ├── shimizu_morioka_system.mcmt.options │ │ ├── unstable_unit_circle3.mcmt │ │ ├── unstable_unit_circle3.mcmt.gold │ │ ├── unstable_unit_circle3.mcmt.options │ │ ├── van_der_pol_fourth_quadrant.mcmt │ │ ├── van_der_pol_fourth_quadrant.mcmt.gold │ │ ├── van_der_pol_fourth_quadrant.mcmt.options │ │ ├── wiggins_ex_18_1_2.mcmt │ │ ├── wiggins_ex_18_1_2.mcmt.gold │ │ └── wiggins_ex_18_1_2.mcmt.options │ ├── dreal │ │ ├── Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt │ │ ├── Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt.gold │ │ ├── Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt.options │ │ ├── Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt │ │ ├── Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt.gold │ │ ├── Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt.options │ │ ├── arrowsmith_and_place_fig_3_5c_page_79.mcmt │ │ ├── arrowsmith_and_place_fig_3_5c_page_79.mcmt.gold │ │ ├── arrowsmith_and_place_fig_3_5c_page_79.mcmt.options │ │ ├── cfa_test0006.mcmt │ │ ├── cfa_test0006.mcmt.gold │ │ ├── cfa_test0006.mcmt.options │ │ ├── cfa_test0017.mcmt │ │ ├── cfa_test0017.mcmt.gold │ │ ├── cfa_test0017.mcmt.options │ │ ├── cfa_test0018.mcmt │ │ ├── cfa_test0018.mcmt.gold │ │ ├── cfa_test0018.mcmt.options │ │ ├── cfa_test0019.mcmt │ │ ├── cfa_test0019.mcmt.gold │ │ ├── cfa_test0019.mcmt.options │ │ ├── dai_gan_xhia_zhan_jsc14_ex1.mcmt │ │ ├── dai_gan_xhia_zhan_jsc14_ex1.mcmt.gold │ │ ├── dai_gan_xhia_zhan_jsc14_ex1.mcmt.options │ │ ├── dumortier_llibre_artes_ex_1_9b.mcmt │ │ ├── dumortier_llibre_artes_ex_1_9b.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_1_9b.mcmt.options │ │ ├── keymaera_nonlinear1.mcmt │ │ ├── keymaera_nonlinear1.mcmt.gold │ │ ├── keymaera_nonlinear1.mcmt.options │ │ ├── liu_zhan_zhao_emsoft11_ex_25.mcmt │ │ ├── liu_zhan_zhao_emsoft11_ex_25.mcmt.gold │ │ ├── liu_zhan_zhao_emsoft11_ex_25.mcmt.options │ │ ├── paper_example_1.mcmt │ │ ├── paper_example_1.mcmt.gold │ │ ├── paper_example_1.mcmt.options │ │ ├── shimizu_morioka_system.mcmt │ │ ├── shimizu_morioka_system.mcmt.gold │ │ ├── shimizu_morioka_system.mcmt.options │ │ ├── unstable_unit_circle3.mcmt │ │ ├── unstable_unit_circle3.mcmt.gold │ │ ├── unstable_unit_circle3.mcmt.options │ │ ├── van_der_pol_fourth_quadrant.mcmt │ │ ├── van_der_pol_fourth_quadrant.mcmt.gold │ │ ├── van_der_pol_fourth_quadrant.mcmt.options │ │ ├── wiggins_ex_18_1_2.mcmt │ │ ├── wiggins_ex_18_1_2.mcmt.gold │ │ └── wiggins_ex_18_1_2.mcmt.options │ ├── example0.mcmt │ ├── example0.mcmt.gold │ ├── example0.mcmt.options │ ├── example2.mcmt │ ├── example2.mcmt.gold │ ├── example2.mcmt.options │ ├── example3.a.mcmt │ ├── example3.a.mcmt.gold │ ├── example3.a.mcmt.options │ ├── example3.b.mcmt │ ├── example3.b.mcmt.gold │ ├── example3.b.mcmt.options │ ├── example4.a.mcmt │ ├── example4.a.mcmt.gold │ ├── example4.a.mcmt.options │ ├── example4.b.mcmt │ ├── example4.b.mcmt.gold │ ├── example4.b.mcmt.options │ ├── example5.a.mcmt │ ├── example5.a.mcmt.gold │ ├── example5.a.mcmt.options │ ├── example5.b.mcmt │ ├── example5.b.mcmt.gold │ ├── example5.b.mcmt.options │ ├── example6.a.mcmt │ ├── example6.a.mcmt.gold │ ├── example6.a.mcmt.options │ ├── example6.b.mcmt │ ├── example6.b.mcmt.gold │ ├── example6.b.mcmt.options │ ├── example7.mcmt │ ├── example7.mcmt.gold │ ├── example7.mcmt.options │ ├── example8.mcmt │ ├── example8.mcmt.gold │ ├── example8.mcmt.options │ └── nra │ │ ├── invalid │ │ ├── arrowsmith_and_place_fig_1_31_page_14.mcmt │ │ ├── arrowsmith_and_place_fig_1_31_page_14.mcmt.gold │ │ ├── arrowsmith_and_place_fig_1_31_page_14.mcmt.options │ │ ├── arrowsmith_and_place_fig_3_1_page_72.mcmt │ │ ├── arrowsmith_and_place_fig_3_1_page_72.mcmt.gold │ │ ├── arrowsmith_and_place_fig_3_1_page_72.mcmt.options │ │ ├── arrowsmith_and_place_fig_3_8_page_82.mcmt │ │ ├── arrowsmith_and_place_fig_3_8_page_82.mcmt.gold │ │ ├── arrowsmith_and_place_fig_3_8_page_82.mcmt.options │ │ ├── ball_count_1d_plain.hydi.mcmt │ │ ├── ball_count_1d_plain.hydi.mcmt.gold │ │ ├── ball_count_1d_plain.hydi.mcmt.options │ │ ├── cfa_test0005.mcmt │ │ ├── cfa_test0005.mcmt.gold │ │ ├── cfa_test0005.mcmt.options │ │ ├── cfa_test0013.mcmt │ │ ├── cfa_test0013.mcmt.gold │ │ ├── cfa_test0013.mcmt.options │ │ ├── cfa_test0016.mcmt │ │ ├── cfa_test0016.mcmt.gold │ │ ├── cfa_test0016.mcmt.options │ │ ├── collin_goriely_page_60.mcmt │ │ ├── collin_goriely_page_60.mcmt.gold │ │ ├── collin_goriely_page_60.mcmt.options │ │ ├── darboux_christoffel_int_goriely_page_58.mcmt │ │ ├── darboux_christoffel_int_goriely_page_58.mcmt.gold │ │ ├── darboux_christoffel_int_goriely_page_58.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_11.mcmt │ │ ├── dumortier_llibre_artes_ex_10_11.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_11.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_15_i.mcmt │ │ ├── dumortier_llibre_artes_ex_10_15_i.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_15_i.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_15_ii.mcmt │ │ ├── dumortier_llibre_artes_ex_10_15_ii.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_15_ii.mcmt.options │ │ ├── dumortier_llibre_artes_ex_10_9.mcmt │ │ ├── dumortier_llibre_artes_ex_10_9.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_10_9.mcmt.options │ │ ├── dumortier_llibre_artes_ex_5_1_ii.mcmt │ │ ├── dumortier_llibre_artes_ex_5_1_ii.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_5_1_ii.mcmt.options │ │ ├── example_4.mcmt │ │ ├── example_4.mcmt.gold │ │ ├── example_4.mcmt.options │ │ ├── hamiltonian_system_1.mcmt.disabled │ │ ├── hamiltonian_system_1.mcmt.gold │ │ ├── hamiltonian_system_1.mcmt.options │ │ ├── sas13-floatitp-rangevMain1.mcmt │ │ ├── sas13-floatitp-rangevMain1.mcmt.gold │ │ ├── sas13-floatitp-rangevMain1.mcmt.options │ │ ├── sas13-floatitp-rangevMain5.mcmt │ │ ├── sas13-floatitp-rangevMain5.mcmt.gold │ │ ├── sas13-floatitp-rangevMain5.mcmt.options │ │ ├── sas13-floatitp-test1.mcmt │ │ ├── sas13-floatitp-test1.mcmt.gold │ │ ├── sas13-floatitp-test1.mcmt.options │ │ ├── sas13-floatitp-test2.mcmt │ │ ├── sas13-floatitp-test2.mcmt.gold │ │ ├── sas13-floatitp-test2.mcmt.options │ │ ├── sas13-floatitp-test3.mcmt │ │ ├── sas13-floatitp-test3.mcmt.gold │ │ └── sas13-floatitp-test3.mcmt.options │ │ └── valid │ │ ├── Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt │ │ ├── Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt.gold │ │ ├── Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt.options │ │ ├── Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt │ │ ├── Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt.gold │ │ ├── Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt.options │ │ ├── arrowsmith_and_place_fig_1_29_page_14.mcmt │ │ ├── arrowsmith_and_place_fig_1_29_page_14.mcmt.gold │ │ ├── arrowsmith_and_place_fig_1_29_page_14.mcmt.options │ │ ├── arrowsmith_and_place_fig_1_30_page_14.mcmt │ │ ├── arrowsmith_and_place_fig_1_30_page_14.mcmt.gold │ │ ├── arrowsmith_and_place_fig_1_30_page_14.mcmt.options │ │ ├── cfa_test0006.mcmt │ │ ├── cfa_test0006.mcmt.gold │ │ ├── cfa_test0006.mcmt.options │ │ ├── cfa_test0014.mcmt │ │ ├── cfa_test0014.mcmt.gold │ │ ├── cfa_test0014.mcmt.options │ │ ├── cfa_test0015.mcmt │ │ ├── cfa_test0015.mcmt.gold │ │ ├── cfa_test0015.mcmt.options │ │ ├── cfa_test0017.mcmt │ │ ├── cfa_test0017.mcmt.gold │ │ ├── cfa_test0017.mcmt.options │ │ ├── cfa_test0018.mcmt │ │ ├── cfa_test0018.mcmt.gold │ │ ├── cfa_test0018.mcmt.options │ │ ├── cfa_test0019.mcmt │ │ ├── cfa_test0019.mcmt.gold │ │ ├── cfa_test0019.mcmt.options │ │ ├── dai_gan_xhia_zhan_jsc14_ex1.mcmt │ │ ├── dai_gan_xhia_zhan_jsc14_ex1.mcmt.gold │ │ ├── dai_gan_xhia_zhan_jsc14_ex1.mcmt.options │ │ ├── djaballah_chaputot_kieffer_boussou_2015_ex1.mcmt │ │ ├── djaballah_chaputot_kieffer_boussou_2015_ex1.mcmt.gold │ │ ├── djaballah_chaputot_kieffer_boussou_2015_ex1.mcmt.options │ │ ├── dumortier_llibre_artes_ex_1_9b.mcmt │ │ ├── dumortier_llibre_artes_ex_1_9b.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_1_9b.mcmt.options │ │ ├── dumortier_llibre_artes_ex_5_13.mcmt │ │ ├── dumortier_llibre_artes_ex_5_13.mcmt.gold │ │ ├── dumortier_llibre_artes_ex_5_13.mcmt.options │ │ ├── keymaera_nonlinear1.mcmt │ │ ├── keymaera_nonlinear1.mcmt.gold │ │ ├── keymaera_nonlinear1.mcmt.options │ │ ├── liu_zhan_zhao_emsoft11_ex_25.mcmt │ │ ├── liu_zhan_zhao_emsoft11_ex_25.mcmt.gold │ │ ├── liu_zhan_zhao_emsoft11_ex_25.mcmt.options │ │ ├── lotka_volterra_fourth_quadrant.mcmt │ │ ├── lotka_volterra_fourth_quadrant.mcmt.gold │ │ ├── lotka_volterra_fourth_quadrant.mcmt.options │ │ ├── paper_example_1.mcmt │ │ ├── paper_example_1.mcmt.gold │ │ ├── paper_example_1.mcmt.options │ │ ├── paper_example_2.mcmt │ │ ├── paper_example_2.mcmt.gold │ │ ├── paper_example_2.mcmt.options │ │ ├── shimizu_morioka_system.mcmt │ │ ├── shimizu_morioka_system.mcmt.gold │ │ ├── shimizu_morioka_system.mcmt.options │ │ ├── synthetic_example1.mcmt │ │ ├── synthetic_example1.mcmt.gold │ │ ├── synthetic_example1.mcmt.options │ │ ├── wiggins_ex_18_1_2.mcmt │ │ ├── wiggins_ex_18_1_2.mcmt.gold │ │ └── wiggins_ex_18_1_2.mcmt.options ├── parser │ ├── btor │ │ └── beem │ │ │ ├── README.txt │ │ │ ├── adding.1.prop1-back-serstep.btor │ │ │ ├── adding.1.prop1-back-serstep.btor.options │ │ │ ├── adding.1.prop1-back-serstep.multi-root.btor │ │ │ ├── adding.1.prop1-back-serstep.multi-root.btor.options │ │ │ ├── adding.1.prop1-func-interl.btor │ │ │ ├── adding.1.prop1-func-interl.btor.options │ │ │ ├── adding.2.prop1-back-serstep.btor │ │ │ ├── adding.2.prop1-back-serstep.btor.options │ │ │ ├── anderson.1.prop1-back-serstep.btor │ │ │ ├── anderson.1.prop1-back-serstep.btor.options │ │ │ ├── anderson.1.prop1-func-interl.btor │ │ │ ├── anderson.1.prop1-func-interl.btor.options │ │ │ ├── anderson.2.prop1-func-interl.btor │ │ │ ├── anderson.2.prop1-func-interl.btor.options │ │ │ ├── anderson.3.prop1-back-serstep.btor │ │ │ ├── anderson.3.prop1-back-serstep.btor.options │ │ │ ├── anderson.3.prop1-func-interl.btor │ │ │ ├── anderson.3.prop1-func-interl.btor.options │ │ │ ├── bakery.1.prop1-back-serstep.btor │ │ │ ├── bakery.1.prop1-back-serstep.btor.options │ │ │ ├── bakery.1.prop1-func-interl.btor │ │ │ ├── bakery.1.prop1-func-interl.btor.options │ │ │ ├── bakery.2.prop1-back-serstep.btor │ │ │ ├── bakery.2.prop1-back-serstep.btor.options │ │ │ ├── bakery.2.prop1-func-interl.btor │ │ │ ├── bakery.2.prop1-func-interl.btor.options │ │ │ ├── bakery.4.prop1-func-interl.btor │ │ │ ├── bakery.4.prop1-func-interl.btor.options │ │ │ ├── collision.2.prop1-func-interl.btor │ │ │ ├── collision.2.prop1-func-interl.btor.options │ │ │ ├── elevator_planning.1.prop1-func-interl.btor │ │ │ ├── elevator_planning.1.prop1-func-interl.btor.options │ │ │ ├── elevator_planning.3.prop1-back-serstep.btor │ │ │ ├── elevator_planning.3.prop1-back-serstep.btor.options │ │ │ ├── elevator_planning.3.prop1-func-interl.btor │ │ │ ├── elevator_planning.3.prop1-func-interl.btor.options │ │ │ ├── expected-results.txt │ │ │ ├── fischer.1.prop1-back-serstep.btor │ │ │ ├── fischer.1.prop1-back-serstep.btor.options │ │ │ ├── fischer.1.prop1-func-interl.btor │ │ │ ├── fischer.1.prop1-func-interl.btor.options │ │ │ ├── fischer.2.prop1-back-serstep.btor │ │ │ ├── fischer.2.prop1-back-serstep.btor.options │ │ │ ├── fischer.2.prop1-func-interl.btor │ │ │ ├── fischer.2.prop1-func-interl.btor.options │ │ │ ├── invalid.txt │ │ │ ├── krebs.1.prop1-back-serstep.btor │ │ │ ├── krebs.1.prop1-back-serstep.btor.options │ │ │ ├── krebs.1.prop1-func-interl.btor │ │ │ ├── krebs.1.prop1-func-interl.btor.options │ │ │ ├── krebs.2.prop1-func-interl.btor │ │ │ ├── krebs.2.prop1-func-interl.btor.options │ │ │ ├── krebs.3.prop1-func-interl.btor │ │ │ ├── krebs.3.prop1-func-interl.btor.options │ │ │ ├── lann.1.prop1-func-interl.btor │ │ │ ├── lann.1.prop1-func-interl.btor.options │ │ │ ├── loyd.1.prop1-back-serstep.btor │ │ │ ├── loyd.1.prop1-back-serstep.btor.options │ │ │ ├── loyd.1.prop1-func-interl.btor │ │ │ ├── loyd.1.prop1-func-interl.btor.options │ │ │ ├── peterson.2.prop1-back-serstep.btor │ │ │ ├── peterson.2.prop1-back-serstep.btor.options │ │ │ ├── peterson.2.prop1-func-interl.btor │ │ │ ├── peterson.2.prop1-func-interl.btor.options │ │ │ ├── peterson.3.prop1-back-serstep.btor │ │ │ ├── peterson.3.prop1-back-serstep.btor.options │ │ │ ├── peterson.3.prop1-func-interl.btor │ │ │ ├── peterson.3.prop1-func-interl.btor.options │ │ │ ├── protocols.1.prop1-back-serstep.btor │ │ │ ├── protocols.1.prop1-back-serstep.btor.options │ │ │ ├── protocols.1.prop1-func-interl.btor │ │ │ ├── protocols.1.prop1-func-interl.btor.options │ │ │ ├── protocols.2.prop1-back-serstep.btor │ │ │ ├── protocols.2.prop1-back-serstep.btor.options │ │ │ ├── protocols.2.prop1-func-interl.btor │ │ │ ├── protocols.2.prop1-func-interl.btor.options │ │ │ ├── protocols.3.prop1-back-serstep.btor │ │ │ ├── protocols.3.prop1-back-serstep.btor.options │ │ │ ├── protocols.3.prop1-func-interl.btor │ │ │ ├── protocols.3.prop1-func-interl.btor.options │ │ │ ├── protocols.4.prop1-back-serstep.btor │ │ │ ├── protocols.4.prop1-back-serstep.btor.options │ │ │ ├── protocols.4.prop1-func-interl.btor │ │ │ ├── protocols.4.prop1-func-interl.btor.options │ │ │ ├── protocols.5.prop1-back-serstep.btor │ │ │ ├── protocols.5.prop1-back-serstep.btor.options │ │ │ ├── protocols.5.prop1-func-interl.btor │ │ │ ├── protocols.5.prop1-func-interl.btor.options │ │ │ ├── resistance.1.prop1-back-serstep.btor │ │ │ ├── resistance.1.prop1-back-serstep.btor.options │ │ │ ├── resistance.1.prop1-func-interl.btor │ │ │ ├── resistance.1.prop1-func-interl.btor.options │ │ │ ├── resistance.1.prop2-back-serstep.btor │ │ │ ├── resistance.1.prop2-back-serstep.btor.options │ │ │ ├── resistance.1.prop2-func-interl.btor │ │ │ ├── resistance.1.prop2-func-interl.btor.options │ │ │ ├── resistance.1.prop3-back-serstep.btor │ │ │ ├── resistance.1.prop3-back-serstep.btor.options │ │ │ ├── resistance.1.prop3-func-interl.btor │ │ │ ├── resistance.1.prop3-func-interl.btor.options │ │ │ ├── resistance.2.prop1-func-interl.btor │ │ │ ├── resistance.2.prop1-func-interl.btor.options │ │ │ ├── resistance.2.prop2-func-interl.btor │ │ │ ├── resistance.2.prop2-func-interl.btor.options │ │ │ ├── resistance.2.prop3-func-interl.btor │ │ │ ├── resistance.2.prop3-func-interl.btor.options │ │ │ ├── schedule_world.1.prop1-func-interl.btor │ │ │ ├── schedule_world.1.prop1-func-interl.btor.options │ │ │ ├── train-gate.1.prop1-func-interl.btor │ │ │ ├── train-gate.1.prop1-func-interl.btor.options │ │ │ ├── unknown.txt │ │ │ ├── unsolved.txt │ │ │ └── valid.txt │ ├── btor2 │ │ ├── count2.btor2 │ │ ├── count2.btor2.options │ │ ├── count4.btor2 │ │ ├── count4.btor2.options │ │ ├── factorial4even.btor2 │ │ ├── factorial4even.btor2.options │ │ ├── noninitstate.btor2 │ │ ├── noninitstate.btor2.options │ │ ├── ponylink-slaveTXlen-sat.btor2 │ │ ├── ponylink-slaveTXlen-sat.btor2.options │ │ ├── recount4.btor2 │ │ ├── recount4.btor2.options │ │ ├── twocount2.btor2 │ │ ├── twocount2.btor2.options │ │ ├── twocount2c.btor2 │ │ ├── twocount2c.btor2.options │ │ ├── twocount32.btor2 │ │ └── twocount32.btor2.options │ ├── mcmt │ │ ├── example0.mcmt │ │ ├── example0.mcmt.options │ │ ├── example2.mcmt │ │ ├── example2.mcmt.options │ │ ├── example3.a.mcmt │ │ ├── example3.a.mcmt.options │ │ ├── example3.b.mcmt │ │ ├── example3.b.mcmt.options │ │ ├── example4.a.mcmt │ │ ├── example4.a.mcmt.options │ │ ├── example4.b.mcmt │ │ ├── example4.b.mcmt.options │ │ ├── example5.a.mcmt │ │ ├── example5.a.mcmt.options │ │ ├── example5.b.mcmt │ │ ├── example5.b.mcmt.options │ │ ├── example6.a.mcmt │ │ ├── example6.a.mcmt.options │ │ ├── example6.b.mcmt │ │ ├── example6.b.mcmt.options │ │ ├── example7.mcmt │ │ ├── example7.mcmt.options │ │ ├── example8.mcmt │ │ ├── example8.mcmt.options │ │ ├── input_test.mcmt │ │ ├── input_test.mcmt.options │ │ ├── let_test.mcmt │ │ ├── let_test.mcmt.options │ │ ├── mcmt_features_test.mcmt │ │ ├── mcmt_features_test.mcmt.options │ │ ├── multi_check.mcmt │ │ ├── multi_check.mcmt.gold │ │ ├── multi_check.mcmt.options │ │ ├── real_int_test.mcmt │ │ └── real_int_test.mcmt.options │ └── sal │ │ ├── arbiter.sal.disabled │ │ ├── arbiter.sal.options │ │ ├── bakery.sal.disabled │ │ ├── bakery.sal.options │ │ ├── fischer.sal.disabled │ │ ├── fischer.sal.options │ │ ├── fix_skdmxa.sal.disabled │ │ ├── fix_skdmxa.sal.options │ │ ├── fourslot.sal.disabled │ │ ├── fourslot.sal.options │ │ ├── inf_skdmxa.sal.disabled │ │ ├── inf_skdmxa.sal.options │ │ ├── math.sal.disabled │ │ ├── math.sal.options │ │ ├── peterson.sal.disabled │ │ ├── peterson.sal.options │ │ ├── qlock1.sal.disabled │ │ ├── qlock1.sal.options │ │ ├── qlock2.sal.disabled │ │ ├── qlock2.sal.options │ │ ├── qlock3.sal.disabled │ │ ├── qlock3.sal.options │ │ ├── simple │ │ ├── adder.sal.disabled │ │ ├── adder.sal.options │ │ ├── simple00.sal.disabled │ │ └── simple00.sal.options │ │ ├── skdmxa.sal.disabled │ │ ├── skdmxa.sal.options │ │ ├── tte_synchro.sal.disabled │ │ ├── tte_synchro.sal.options │ │ ├── tte_synchro_fixed.sal.disabled │ │ ├── tte_synchro_fixed.sal.options │ │ ├── tte_synchro_var.sal.disabled │ │ ├── tte_synchro_var.sal.options │ │ ├── ultralog_light.sal.disabled │ │ └── ultralog_light.sal.options ├── pdkind │ ├── example0.mcmt │ ├── example0.mcmt.gold │ ├── example0.mcmt.options │ ├── example1.mcmt │ ├── example1.mcmt.options │ ├── example2.mcmt │ ├── example2.mcmt.gold │ ├── example2.mcmt.options │ ├── example3.a.mcmt │ ├── example3.a.mcmt.gold │ ├── example3.a.mcmt.options │ ├── example3.b.mcmt │ ├── example3.b.mcmt.gold │ ├── example3.b.mcmt.options │ ├── example4.a.mcmt │ ├── example4.a.mcmt.gold │ ├── example4.a.mcmt.options │ ├── example4.b.mcmt │ ├── example4.b.mcmt.gold │ ├── example4.b.mcmt.options │ ├── example5.a.mcmt.disabled │ ├── example5.a.mcmt.gold │ ├── example5.a.mcmt.options │ ├── example5.b.mcmt.disabled │ ├── example5.b.mcmt.gold │ ├── example5.b.mcmt.options │ ├── example6.a.mcmt │ ├── example6.a.mcmt.gold │ ├── example6.a.mcmt.options │ ├── example6.b.mcmt │ ├── example6.b.mcmt.gold │ ├── example6.b.mcmt.options │ ├── example7.mcmt.disabled │ ├── example7.mcmt.gold │ ├── example7.mcmt.options │ ├── example8.mcmt │ ├── example8.mcmt.gold │ ├── example8.mcmt.options │ ├── example9.mcmt │ ├── example9.mcmt.gold │ ├── example9.mcmt.options │ ├── nra │ │ ├── cauchy-schwarz-strict.mcmt │ │ ├── cauchy-schwarz-strict.mcmt.gold │ │ ├── cauchy-schwarz-strict.mcmt.options │ │ ├── cauchy-schwarz.mcmt │ │ ├── cauchy-schwarz.mcmt.gold │ │ └── cauchy-schwarz.mcmt.options │ └── opensmt2 │ │ ├── example0.mcmt │ │ ├── example0.mcmt.gold │ │ ├── example0.mcmt.options │ │ ├── example1.mcmt │ │ ├── example1.mcmt.options │ │ ├── example2.mcmt │ │ ├── example2.mcmt.gold │ │ ├── example2.mcmt.options │ │ ├── example3.a.mcmt │ │ ├── example3.a.mcmt.gold │ │ ├── example3.a.mcmt.options │ │ ├── example3.b.mcmt │ │ ├── example3.b.mcmt.gold │ │ ├── example3.b.mcmt.options │ │ ├── example4.a.mcmt │ │ ├── example4.a.mcmt.gold │ │ ├── example4.a.mcmt.options │ │ ├── example4.b.mcmt │ │ ├── example4.b.mcmt.gold │ │ ├── example4.b.mcmt.options │ │ ├── example6.a.mcmt │ │ ├── example6.a.mcmt.gold │ │ ├── example6.a.mcmt.options │ │ ├── example6.b.mcmt │ │ ├── example6.b.mcmt.gold │ │ ├── example6.b.mcmt.options │ │ ├── example8.mcmt │ │ ├── example8.mcmt.gold │ │ ├── example8.mcmt.options │ │ ├── example9.mcmt │ │ ├── example9.mcmt.gold │ │ └── example9.mcmt.options └── stats │ ├── example0.mcmt │ ├── example0.mcmt.gold │ ├── example0.mcmt.options │ ├── example1.mcmt │ ├── example1.mcmt.gold │ └── example1.mcmt.options └── unit ├── CMakeLists.txt ├── expr ├── CMakeLists.txt └── term_manager_test.cpp ├── smt ├── CMakeLists.txt ├── dreal_test.cpp ├── mathsat5_test.cpp └── yices2_test.cpp └── test_runner.cpp /.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/.cproject -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/.project -------------------------------------------------------------------------------- /.settings/org.eclipse.cdt.codan.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/.settings/org.eclipse.cdt.codan.core.prefs -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/COPYING -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/README.md -------------------------------------------------------------------------------- /antlr/antlr-3.4-complete.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/antlr/antlr-3.4-complete.jar -------------------------------------------------------------------------------- /antlr/antlr3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/antlr/antlr3 -------------------------------------------------------------------------------- /antlr/libantlr3c-3.4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/antlr/libantlr3c-3.4.patch -------------------------------------------------------------------------------- /antlr/libantlr3c-3.4.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/antlr/libantlr3c-3.4.tar.gz -------------------------------------------------------------------------------- /cmake/FindBtor2Tools.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/cmake/FindBtor2Tools.cmake -------------------------------------------------------------------------------- /cmake/FindCUDD.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/cmake/FindCUDD.cmake -------------------------------------------------------------------------------- /cmake/FindDreal.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/cmake/FindDreal.cmake -------------------------------------------------------------------------------- /cmake/FindLibPoly.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/cmake/FindLibPoly.cmake -------------------------------------------------------------------------------- /cmake/FindMathSAT5.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/cmake/FindMathSAT5.cmake -------------------------------------------------------------------------------- /cmake/FindOpenSMT2.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/cmake/FindOpenSMT2.cmake -------------------------------------------------------------------------------- /cmake/FindYices2.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/cmake/FindYices2.cmake -------------------------------------------------------------------------------- /cmake/FindZ3.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/cmake/FindZ3.cmake -------------------------------------------------------------------------------- /contrib/cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/contrib/cmake -------------------------------------------------------------------------------- /contrib/install_btor2tools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/contrib/install_btor2tools.sh -------------------------------------------------------------------------------- /contrib/install_dreal4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/contrib/install_dreal4.sh -------------------------------------------------------------------------------- /contrib/install_opensmt2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/contrib/install_opensmt2.sh -------------------------------------------------------------------------------- /contrib/install_yices2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/contrib/install_yices2.sh -------------------------------------------------------------------------------- /contrib/sally-analyze: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/contrib/sally-analyze -------------------------------------------------------------------------------- /contrib/sally-submit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/contrib/sally-submit -------------------------------------------------------------------------------- /contrib/smt2_to_yices.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/contrib/smt2_to_yices.sh -------------------------------------------------------------------------------- /contrib/timelimit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/contrib/timelimit -------------------------------------------------------------------------------- /contrib/update_licence.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/contrib/update_licence.sh -------------------------------------------------------------------------------- /examples/approximate_agreement/approx.4.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/approximate_agreement/approx.4.mcmt -------------------------------------------------------------------------------- /examples/approximate_agreement/approx.5.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/approximate_agreement/approx.5.mcmt -------------------------------------------------------------------------------- /examples/approximate_agreement/approx.6.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/approximate_agreement/approx.6.b.mcmt -------------------------------------------------------------------------------- /examples/approximate_agreement/approx.6.c.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/approximate_agreement/approx.6.c.mcmt -------------------------------------------------------------------------------- /examples/approximate_agreement/approx.6.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/approximate_agreement/approx.6.mcmt -------------------------------------------------------------------------------- /examples/approximate_agreement/approx.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/approximate_agreement/approx.sal -------------------------------------------------------------------------------- /examples/azadmanesh-kieckhafer/approx.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/azadmanesh-kieckhafer/approx.sal -------------------------------------------------------------------------------- /examples/example-nra.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/example-nra.mcmt -------------------------------------------------------------------------------- /examples/example.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/example.mcmt -------------------------------------------------------------------------------- /examples/hacms/eventclock3.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/hacms/eventclock3.mcmt -------------------------------------------------------------------------------- /examples/hacms/eventclock3.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/hacms/eventclock3.sal -------------------------------------------------------------------------------- /examples/hacms/eventclock4.invalid.01.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/hacms/eventclock4.invalid.01.mcmt -------------------------------------------------------------------------------- /examples/hacms/eventclock4.invalid.01.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/hacms/eventclock4.invalid.01.sal -------------------------------------------------------------------------------- /examples/hacms/eventclock4.invalid.02.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/hacms/eventclock4.invalid.02.mcmt -------------------------------------------------------------------------------- /examples/hacms/eventclock4.invalid.02.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/hacms/eventclock4.invalid.02.sal -------------------------------------------------------------------------------- /examples/hacms/eventclock5.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/hacms/eventclock5.mcmt -------------------------------------------------------------------------------- /examples/hacms/eventclock5.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/hacms/eventclock5.sal -------------------------------------------------------------------------------- /examples/hacms/eventclock6.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/hacms/eventclock6.mcmt -------------------------------------------------------------------------------- /examples/hacms/eventclock6.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/hacms/eventclock6.sal -------------------------------------------------------------------------------- /examples/honeywell/Ex3.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/honeywell/Ex3.flat -------------------------------------------------------------------------------- /examples/honeywell/Ex3.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/honeywell/Ex3.mcmt -------------------------------------------------------------------------------- /examples/honeywell/Ex3.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/honeywell/Ex3.sal -------------------------------------------------------------------------------- /examples/honeywell/WBS-SAL-Models/dump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/honeywell/WBS-SAL-Models/dump.py -------------------------------------------------------------------------------- /examples/honeywell/WBS-SAL-Models/keys.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/honeywell/WBS-SAL-Models/keys.txt -------------------------------------------------------------------------------- /examples/honeywell/WBS-SAL-Models/run_7_17b.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/honeywell/WBS-SAL-Models/run_7_17b.sh -------------------------------------------------------------------------------- /examples/honeywell/WBS-SAL-Models/run_7_7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/honeywell/WBS-SAL-Models/run_7_7.sh -------------------------------------------------------------------------------- /examples/honeywell/mvs/mvs_with_timeouts3.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/honeywell/mvs/mvs_with_timeouts3.mcmt -------------------------------------------------------------------------------- /examples/honeywell/mvs/mvs_with_timeouts3.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/honeywell/mvs/mvs_with_timeouts3.sal -------------------------------------------------------------------------------- /examples/oral_messages/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/oral_messages/README -------------------------------------------------------------------------------- /examples/oral_messages/om1_with_relays.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/oral_messages/om1_with_relays.sal -------------------------------------------------------------------------------- /examples/oral_messages/run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/oral_messages/run_all.sh -------------------------------------------------------------------------------- /examples/peterson/peterson.invalid.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/peterson/peterson.invalid.mcmt -------------------------------------------------------------------------------- /examples/peterson/peterson.mutex.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/peterson/peterson.mutex.mcmt -------------------------------------------------------------------------------- /examples/peterson/peterson.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/peterson/peterson.sal -------------------------------------------------------------------------------- /examples/results.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/results.ods -------------------------------------------------------------------------------- /examples/tta_startup/get_mcmt_from_sal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tta_startup/get_mcmt_from_sal.sh -------------------------------------------------------------------------------- /examples/tta_startup/simple_startup2.2.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tta_startup/simple_startup2.2.mcmt -------------------------------------------------------------------------------- /examples/tta_startup/simple_startup2.3.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tta_startup/simple_startup2.3.mcmt -------------------------------------------------------------------------------- /examples/tta_startup/simple_startup2.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tta_startup/simple_startup2.mcmt -------------------------------------------------------------------------------- /examples/tta_startup/simple_startup2.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tta_startup/simple_startup2.sal -------------------------------------------------------------------------------- /examples/tta_startup/startup5.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tta_startup/startup5.sal -------------------------------------------------------------------------------- /examples/tta_startup/startup6.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tta_startup/startup6.sal -------------------------------------------------------------------------------- /examples/tte_synchro/mk-flat-assertion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tte_synchro/mk-flat-assertion -------------------------------------------------------------------------------- /examples/tte_synchro/mk-flat-module: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tte_synchro/mk-flat-module -------------------------------------------------------------------------------- /examples/tte_synchro/run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tte_synchro/run_all.sh -------------------------------------------------------------------------------- /examples/tte_synchro/tte_synchro.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tte_synchro/tte_synchro.flat -------------------------------------------------------------------------------- /examples/tte_synchro/tte_synchro.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tte_synchro/tte_synchro.mcmt -------------------------------------------------------------------------------- /examples/tte_synchro/tte_synchro.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tte_synchro/tte_synchro.sal -------------------------------------------------------------------------------- /examples/tte_synchro/tte_synchro_int.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/tte_synchro/tte_synchro_int.mcmt -------------------------------------------------------------------------------- /examples/unified-approx/approx_revised.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/unified-approx/approx_revised.sal -------------------------------------------------------------------------------- /examples/unified-approx/get_mcmt_from_sal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/unified-approx/get_mcmt_from_sal.sh -------------------------------------------------------------------------------- /examples/unified-approx/scenario1.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/unified-approx/scenario1.sal -------------------------------------------------------------------------------- /examples/unified-approx/scenario2.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/unified-approx/scenario2.sal -------------------------------------------------------------------------------- /examples/unified-approx/scenario3.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/unified-approx/scenario3.sal -------------------------------------------------------------------------------- /examples/unified-approx/unified.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/unified-approx/unified.flat -------------------------------------------------------------------------------- /examples/unified-approx/unified.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/examples/unified-approx/unified.sal -------------------------------------------------------------------------------- /frontend/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/frontend/.gitignore -------------------------------------------------------------------------------- /frontend/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/frontend/Makefile -------------------------------------------------------------------------------- /frontend/parse.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/frontend/parse.ml -------------------------------------------------------------------------------- /frontend/sal_ast.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/frontend/sal_ast.ml -------------------------------------------------------------------------------- /frontend/sal_ast.mli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/frontend/sal_ast.mli -------------------------------------------------------------------------------- /frontend/sallex.mll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/frontend/sallex.mll -------------------------------------------------------------------------------- /frontend/salparse2.mly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/frontend/salparse2.mly -------------------------------------------------------------------------------- /frontend/test.sal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/frontend/test.sal -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/command/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/CMakeLists.txt -------------------------------------------------------------------------------- /src/command/assume.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/assume.cpp -------------------------------------------------------------------------------- /src/command/assume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/assume.h -------------------------------------------------------------------------------- /src/command/checksat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/checksat.cpp -------------------------------------------------------------------------------- /src/command/checksat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/checksat.h -------------------------------------------------------------------------------- /src/command/command.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/command.cpp -------------------------------------------------------------------------------- /src/command/command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/command.h -------------------------------------------------------------------------------- /src/command/declare_state_type.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/declare_state_type.cpp -------------------------------------------------------------------------------- /src/command/declare_state_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/declare_state_type.h -------------------------------------------------------------------------------- /src/command/define_states.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/define_states.cpp -------------------------------------------------------------------------------- /src/command/define_states.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/define_states.h -------------------------------------------------------------------------------- /src/command/define_transition.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/define_transition.cpp -------------------------------------------------------------------------------- /src/command/define_transition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/define_transition.h -------------------------------------------------------------------------------- /src/command/define_transition_system.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/define_transition_system.cpp -------------------------------------------------------------------------------- /src/command/define_transition_system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/define_transition_system.h -------------------------------------------------------------------------------- /src/command/generalize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/generalize.cpp -------------------------------------------------------------------------------- /src/command/generalize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/generalize.h -------------------------------------------------------------------------------- /src/command/interpolate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/interpolate.cpp -------------------------------------------------------------------------------- /src/command/interpolate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/interpolate.h -------------------------------------------------------------------------------- /src/command/query.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/query.cpp -------------------------------------------------------------------------------- /src/command/query.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/query.h -------------------------------------------------------------------------------- /src/command/sequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/sequence.cpp -------------------------------------------------------------------------------- /src/command/sequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/command/sequence.h -------------------------------------------------------------------------------- /src/engine/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/CMakeLists.txt -------------------------------------------------------------------------------- /src/engine/bmc/bmc_engine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/bmc/bmc_engine.cpp -------------------------------------------------------------------------------- /src/engine/bmc/bmc_engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/bmc/bmc_engine.h -------------------------------------------------------------------------------- /src/engine/bmc/bmc_engine_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/bmc/bmc_engine_info.h -------------------------------------------------------------------------------- /src/engine/engine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/engine.cpp -------------------------------------------------------------------------------- /src/engine/engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/engine.h -------------------------------------------------------------------------------- /src/engine/engine_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/engine_list.h -------------------------------------------------------------------------------- /src/engine/factory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/factory.cpp -------------------------------------------------------------------------------- /src/engine/factory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/factory.h -------------------------------------------------------------------------------- /src/engine/kind/kind_engine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/kind/kind_engine.cpp -------------------------------------------------------------------------------- /src/engine/kind/kind_engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/kind/kind_engine.h -------------------------------------------------------------------------------- /src/engine/kind/kind_engine_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/kind/kind_engine_info.h -------------------------------------------------------------------------------- /src/engine/pdkind/cex_manager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/pdkind/cex_manager.cpp -------------------------------------------------------------------------------- /src/engine/pdkind/cex_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/pdkind/cex_manager.h -------------------------------------------------------------------------------- /src/engine/pdkind/induction_obligation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/pdkind/induction_obligation.cpp -------------------------------------------------------------------------------- /src/engine/pdkind/induction_obligation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/pdkind/induction_obligation.h -------------------------------------------------------------------------------- /src/engine/pdkind/pdkind_engine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/pdkind/pdkind_engine.cpp -------------------------------------------------------------------------------- /src/engine/pdkind/pdkind_engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/pdkind/pdkind_engine.h -------------------------------------------------------------------------------- /src/engine/pdkind/pdkind_engine_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/pdkind/pdkind_engine_info.h -------------------------------------------------------------------------------- /src/engine/pdkind/reachability.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/pdkind/reachability.cpp -------------------------------------------------------------------------------- /src/engine/pdkind/reachability.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/pdkind/reachability.h -------------------------------------------------------------------------------- /src/engine/pdkind/solvers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/pdkind/solvers.cpp -------------------------------------------------------------------------------- /src/engine/pdkind/solvers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/pdkind/solvers.h -------------------------------------------------------------------------------- /src/engine/simulator/simulator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/simulator/simulator.cpp -------------------------------------------------------------------------------- /src/engine/simulator/simulator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/simulator/simulator.h -------------------------------------------------------------------------------- /src/engine/simulator/simulator_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/simulator/simulator_info.h -------------------------------------------------------------------------------- /src/engine/translator/translator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/translator/translator.cpp -------------------------------------------------------------------------------- /src/engine/translator/translator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/translator/translator.h -------------------------------------------------------------------------------- /src/engine/translator/translator_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/engine/translator/translator_info.h -------------------------------------------------------------------------------- /src/expr/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/CMakeLists.txt -------------------------------------------------------------------------------- /src/expr/algebraic_number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/algebraic_number.cpp -------------------------------------------------------------------------------- /src/expr/algebraic_number.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/algebraic_number.h -------------------------------------------------------------------------------- /src/expr/bitvector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/bitvector.cpp -------------------------------------------------------------------------------- /src/expr/bitvector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/bitvector.h -------------------------------------------------------------------------------- /src/expr/enum_value.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/enum_value.h -------------------------------------------------------------------------------- /src/expr/gc_participant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/gc_participant.cpp -------------------------------------------------------------------------------- /src/expr/gc_participant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/gc_participant.h -------------------------------------------------------------------------------- /src/expr/gc_relocator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/gc_relocator.cpp -------------------------------------------------------------------------------- /src/expr/gc_relocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/gc_relocator.h -------------------------------------------------------------------------------- /src/expr/integer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/integer.cpp -------------------------------------------------------------------------------- /src/expr/integer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/integer.h -------------------------------------------------------------------------------- /src/expr/model.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/model.cpp -------------------------------------------------------------------------------- /src/expr/model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/model.h -------------------------------------------------------------------------------- /src/expr/rational.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/rational.cpp -------------------------------------------------------------------------------- /src/expr/rational.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/rational.h -------------------------------------------------------------------------------- /src/expr/term.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/term.cpp -------------------------------------------------------------------------------- /src/expr/term.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/term.h -------------------------------------------------------------------------------- /src/expr/term_manager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/term_manager.cpp -------------------------------------------------------------------------------- /src/expr/term_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/term_manager.h -------------------------------------------------------------------------------- /src/expr/term_manager_internal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/term_manager_internal.cpp -------------------------------------------------------------------------------- /src/expr/term_manager_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/term_manager_internal.h -------------------------------------------------------------------------------- /src/expr/term_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/term_map.h -------------------------------------------------------------------------------- /src/expr/term_ops.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/term_ops.cpp -------------------------------------------------------------------------------- /src/expr/term_ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/term_ops.h -------------------------------------------------------------------------------- /src/expr/term_visitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/term_visitor.h -------------------------------------------------------------------------------- /src/expr/type_computation_visitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/type_computation_visitor.cpp -------------------------------------------------------------------------------- /src/expr/type_computation_visitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/type_computation_visitor.h -------------------------------------------------------------------------------- /src/expr/value.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/value.cpp -------------------------------------------------------------------------------- /src/expr/value.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/expr/value.h -------------------------------------------------------------------------------- /src/parser/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/CMakeLists.txt -------------------------------------------------------------------------------- /src/parser/aiger/aiger-1.9.4/FORMAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/aiger/aiger-1.9.4/FORMAT -------------------------------------------------------------------------------- /src/parser/aiger/aiger-1.9.4/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/aiger/aiger-1.9.4/LICENSE -------------------------------------------------------------------------------- /src/parser/aiger/aiger-1.9.4/aiger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/aiger/aiger-1.9.4/aiger.c -------------------------------------------------------------------------------- /src/parser/aiger/aiger-1.9.4/aiger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/aiger/aiger-1.9.4/aiger.h -------------------------------------------------------------------------------- /src/parser/aiger/aiger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/aiger/aiger.cpp -------------------------------------------------------------------------------- /src/parser/aiger/aiger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/aiger/aiger.h -------------------------------------------------------------------------------- /src/parser/antlr_parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/antlr_parser.h -------------------------------------------------------------------------------- /src/parser/btor/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/btor/.gitignore -------------------------------------------------------------------------------- /src/parser/btor/btor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/btor/btor.cpp -------------------------------------------------------------------------------- /src/parser/btor/btor.g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/btor/btor.g -------------------------------------------------------------------------------- /src/parser/btor/btor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/btor/btor.h -------------------------------------------------------------------------------- /src/parser/btor/btor_state.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/btor/btor_state.cpp -------------------------------------------------------------------------------- /src/parser/btor/btor_state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/btor/btor_state.h -------------------------------------------------------------------------------- /src/parser/btor2/btor2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/btor2/btor2.cpp -------------------------------------------------------------------------------- /src/parser/btor2/btor2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/btor2/btor2.h -------------------------------------------------------------------------------- /src/parser/mcmt/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/mcmt/.gitignore -------------------------------------------------------------------------------- /src/parser/mcmt/mcmt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/mcmt/mcmt.cpp -------------------------------------------------------------------------------- /src/parser/mcmt/mcmt.g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/mcmt/mcmt.g -------------------------------------------------------------------------------- /src/parser/mcmt/mcmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/mcmt/mcmt.h -------------------------------------------------------------------------------- /src/parser/mcmt/mcmt_state.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/mcmt/mcmt_state.cpp -------------------------------------------------------------------------------- /src/parser/mcmt/mcmt_state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/mcmt/mcmt_state.h -------------------------------------------------------------------------------- /src/parser/parser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/parser.cpp -------------------------------------------------------------------------------- /src/parser/parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/parser.h -------------------------------------------------------------------------------- /src/parser/sal/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/sal/.gitignore -------------------------------------------------------------------------------- /src/parser/sal/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/sal/README -------------------------------------------------------------------------------- /src/parser/sal/sal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/sal/sal.cpp -------------------------------------------------------------------------------- /src/parser/sal/sal.g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/sal/sal.g -------------------------------------------------------------------------------- /src/parser/sal/sal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/sal/sal.h -------------------------------------------------------------------------------- /src/parser/sal/sal_context.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/sal/sal_context.cpp -------------------------------------------------------------------------------- /src/parser/sal/sal_context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/sal/sal_context.h -------------------------------------------------------------------------------- /src/parser/sal/sal_module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/sal/sal_module.cpp -------------------------------------------------------------------------------- /src/parser/sal/sal_module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/sal/sal_module.h -------------------------------------------------------------------------------- /src/parser/sal/sal_state.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/sal/sal_state.cpp -------------------------------------------------------------------------------- /src/parser/sal/sal_state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/sal/sal_state.h -------------------------------------------------------------------------------- /src/parser/smt2/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/smt2/.gitignore -------------------------------------------------------------------------------- /src/parser/smt2/smt2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/smt2/smt2.cpp -------------------------------------------------------------------------------- /src/parser/smt2/smt2.g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/smt2/smt2.g -------------------------------------------------------------------------------- /src/parser/smt2/smt2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/smt2/smt2.h -------------------------------------------------------------------------------- /src/parser/smt2/smt2_state.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/smt2/smt2_state.cpp -------------------------------------------------------------------------------- /src/parser/smt2/smt2_state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/parser/smt2/smt2_state.h -------------------------------------------------------------------------------- /src/sally.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/sally.cpp -------------------------------------------------------------------------------- /src/smt/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/CMakeLists.txt -------------------------------------------------------------------------------- /src/smt/d4y2/d4y2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/d4y2/d4y2.cpp -------------------------------------------------------------------------------- /src/smt/d4y2/d4y2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/d4y2/d4y2.h -------------------------------------------------------------------------------- /src/smt/d4y2/d4y2_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/d4y2/d4y2_info.h -------------------------------------------------------------------------------- /src/smt/delayed_wrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/delayed_wrapper.cpp -------------------------------------------------------------------------------- /src/smt/delayed_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/delayed_wrapper.h -------------------------------------------------------------------------------- /src/smt/dreal/dreal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/dreal/dreal.cpp -------------------------------------------------------------------------------- /src/smt/dreal/dreal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/dreal/dreal.h -------------------------------------------------------------------------------- /src/smt/dreal/dreal_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/dreal/dreal_info.h -------------------------------------------------------------------------------- /src/smt/dreal/dreal_internal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/dreal/dreal_internal.cpp -------------------------------------------------------------------------------- /src/smt/dreal/dreal_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/dreal/dreal_internal.h -------------------------------------------------------------------------------- /src/smt/dreal/dreal_term.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/dreal/dreal_term.cpp -------------------------------------------------------------------------------- /src/smt/dreal/dreal_term.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/dreal/dreal_term.h -------------------------------------------------------------------------------- /src/smt/dreal/dreal_term_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/dreal/dreal_term_cache.cpp -------------------------------------------------------------------------------- /src/smt/dreal/dreal_term_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/dreal/dreal_term_cache.h -------------------------------------------------------------------------------- /src/smt/factory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/factory.cpp -------------------------------------------------------------------------------- /src/smt/factory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/factory.h -------------------------------------------------------------------------------- /src/smt/generic/generic_solver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/generic/generic_solver.cpp -------------------------------------------------------------------------------- /src/smt/generic/generic_solver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/generic/generic_solver.h -------------------------------------------------------------------------------- /src/smt/generic/generic_solver_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/generic/generic_solver_info.h -------------------------------------------------------------------------------- /src/smt/incremental_wrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/incremental_wrapper.cpp -------------------------------------------------------------------------------- /src/smt/incremental_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/incremental_wrapper.h -------------------------------------------------------------------------------- /src/smt/mathsat5/mathsat5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/mathsat5/mathsat5.cpp -------------------------------------------------------------------------------- /src/smt/mathsat5/mathsat5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/mathsat5/mathsat5.h -------------------------------------------------------------------------------- /src/smt/mathsat5/mathsat5_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/mathsat5/mathsat5_info.h -------------------------------------------------------------------------------- /src/smt/mathsat5/mathsat5_term_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/mathsat5/mathsat5_term_cache.cpp -------------------------------------------------------------------------------- /src/smt/mathsat5/mathsat5_term_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/mathsat5/mathsat5_term_cache.h -------------------------------------------------------------------------------- /src/smt/opensmt2/opensmt2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/opensmt2/opensmt2.cpp -------------------------------------------------------------------------------- /src/smt/opensmt2/opensmt2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/opensmt2/opensmt2.h -------------------------------------------------------------------------------- /src/smt/opensmt2/opensmt2_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/opensmt2/opensmt2_info.h -------------------------------------------------------------------------------- /src/smt/opensmt2/opensmt2_internal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/opensmt2/opensmt2_internal.cpp -------------------------------------------------------------------------------- /src/smt/opensmt2/opensmt2_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/opensmt2/opensmt2_internal.h -------------------------------------------------------------------------------- /src/smt/opensmt2/opensmt2_term_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/opensmt2/opensmt2_term_cache.cpp -------------------------------------------------------------------------------- /src/smt/opensmt2/opensmt2_term_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/opensmt2/opensmt2_term_cache.h -------------------------------------------------------------------------------- /src/smt/smt2_output_wrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/smt2_output_wrapper.cpp -------------------------------------------------------------------------------- /src/smt/smt2_output_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/smt2_output_wrapper.h -------------------------------------------------------------------------------- /src/smt/solver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/solver.cpp -------------------------------------------------------------------------------- /src/smt/solver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/solver.h -------------------------------------------------------------------------------- /src/smt/solvers_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/solvers_list.h -------------------------------------------------------------------------------- /src/smt/y2m5/y2m5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/y2m5/y2m5.cpp -------------------------------------------------------------------------------- /src/smt/y2m5/y2m5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/y2m5/y2m5.h -------------------------------------------------------------------------------- /src/smt/y2m5/y2m5_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/y2m5/y2m5_info.h -------------------------------------------------------------------------------- /src/smt/y2o2/y2o2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/y2o2/y2o2.cpp -------------------------------------------------------------------------------- /src/smt/y2o2/y2o2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/y2o2/y2o2.h -------------------------------------------------------------------------------- /src/smt/y2o2/y2o2_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/y2o2/y2o2_info.h -------------------------------------------------------------------------------- /src/smt/yices2/yices2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/yices2/yices2.cpp -------------------------------------------------------------------------------- /src/smt/yices2/yices2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/yices2/yices2.h -------------------------------------------------------------------------------- /src/smt/yices2/yices2_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/yices2/yices2_info.h -------------------------------------------------------------------------------- /src/smt/yices2/yices2_internal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/yices2/yices2_internal.cpp -------------------------------------------------------------------------------- /src/smt/yices2/yices2_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/yices2/yices2_internal.h -------------------------------------------------------------------------------- /src/smt/yices2/yices2_term_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/yices2/yices2_term_cache.cpp -------------------------------------------------------------------------------- /src/smt/yices2/yices2_term_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/yices2/yices2_term_cache.h -------------------------------------------------------------------------------- /src/smt/z3/z3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/z3/z3.cpp -------------------------------------------------------------------------------- /src/smt/z3/z3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/z3/z3.h -------------------------------------------------------------------------------- /src/smt/z3/z3_common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/z3/z3_common.cpp -------------------------------------------------------------------------------- /src/smt/z3/z3_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/z3/z3_common.h -------------------------------------------------------------------------------- /src/smt/z3/z3_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/z3/z3_info.h -------------------------------------------------------------------------------- /src/smt/z3/z3_internal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/z3/z3_internal.cpp -------------------------------------------------------------------------------- /src/smt/z3/z3_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/smt/z3/z3_internal.h -------------------------------------------------------------------------------- /src/system/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/CMakeLists.txt -------------------------------------------------------------------------------- /src/system/context.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/context.cpp -------------------------------------------------------------------------------- /src/system/context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/context.h -------------------------------------------------------------------------------- /src/system/state_formula.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/state_formula.cpp -------------------------------------------------------------------------------- /src/system/state_formula.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/state_formula.h -------------------------------------------------------------------------------- /src/system/state_type.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/state_type.cpp -------------------------------------------------------------------------------- /src/system/state_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/state_type.h -------------------------------------------------------------------------------- /src/system/trace_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/trace_helper.cpp -------------------------------------------------------------------------------- /src/system/trace_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/trace_helper.h -------------------------------------------------------------------------------- /src/system/transition_formula.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/transition_formula.cpp -------------------------------------------------------------------------------- /src/system/transition_formula.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/transition_formula.h -------------------------------------------------------------------------------- /src/system/transition_system.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/transition_system.cpp -------------------------------------------------------------------------------- /src/system/transition_system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/system/transition_system.h -------------------------------------------------------------------------------- /src/utils/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/CMakeLists.txt -------------------------------------------------------------------------------- /src/utils/allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/allocator.h -------------------------------------------------------------------------------- /src/utils/allocator_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/allocator_types.h -------------------------------------------------------------------------------- /src/utils/exception.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/exception.cpp -------------------------------------------------------------------------------- /src/utils/exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/exception.h -------------------------------------------------------------------------------- /src/utils/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/hash.h -------------------------------------------------------------------------------- /src/utils/module_setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/module_setup.h -------------------------------------------------------------------------------- /src/utils/name_transformer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/name_transformer.h -------------------------------------------------------------------------------- /src/utils/options.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/options.cpp -------------------------------------------------------------------------------- /src/utils/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/options.h -------------------------------------------------------------------------------- /src/utils/output.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/output.cpp -------------------------------------------------------------------------------- /src/utils/output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/output.h -------------------------------------------------------------------------------- /src/utils/smart_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/smart_ptr.h -------------------------------------------------------------------------------- /src/utils/statistics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/statistics.cpp -------------------------------------------------------------------------------- /src/utils/statistics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/statistics.h -------------------------------------------------------------------------------- /src/utils/string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/string.cpp -------------------------------------------------------------------------------- /src/utils/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/string.h -------------------------------------------------------------------------------- /src/utils/symbol_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/symbol_table.h -------------------------------------------------------------------------------- /src/utils/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/src/utils/trace.h -------------------------------------------------------------------------------- /test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/CMakeLists.txt -------------------------------------------------------------------------------- /test/regress/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/regress/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/README -------------------------------------------------------------------------------- /test/regress/bmc/beem/adding.1.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/adding.1.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/adding.2.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/anderson.1.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/anderson.1.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/anderson.3.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/bakery.2.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/bakery.2.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/bakery.4.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/collision.2.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/elevator_planning.1.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/elevator_planning.3.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/elevator_planning.3.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/fischer.2.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/fischer.2.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/krebs.1.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/krebs.1.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/krebs.2.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/lann.1.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/loyd.1.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/loyd.1.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/peterson.2.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/peterson.2.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/peterson.3.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/peterson.3.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/protocols.1.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/protocols.1.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/protocols.2.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/protocols.2.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/protocols.3.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/protocols.3.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/protocols.4.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/protocols.4.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/protocols.5.prop1-back-serstep.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/protocols.5.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/beem/schedule_world.1.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/algebraic.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/algebraic.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/algebraic.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/algebraic.mcmt.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/algebraic.mcmt.options -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/arrowsmith_and_place_fig_1_31_page_14.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/arrowsmith_and_place_fig_3_1_page_72.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/arrowsmith_and_place_fig_3_8_page_82.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/ball_count_1d_plain.hydi.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/cfa_test0005.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/cfa_test0005.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/cfa_test0005.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/cfa_test0005.mcmt.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/cfa_test0005.mcmt.options -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/cfa_test0013.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/cfa_test0013.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/cfa_test0013.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/cfa_test0013.mcmt.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/cfa_test0013.mcmt.options -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/cfa_test0016.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/cfa_test0016.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/cfa_test0016.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/cfa_test0016.mcmt.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/cfa_test0016.mcmt.options -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/collin_goriely_page_60.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/darboux_christoffel_int_goriely_page_58.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/dumortier_llibre_artes_ex_10_11.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/dumortier_llibre_artes_ex_10_15_ii.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/dumortier_llibre_artes_ex_10_9.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/dumortier_llibre_artes_ex_5_1_ii.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/example_4.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/example_4.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/example_4.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/example_4.mcmt.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/example_4.mcmt.options -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/hamiltonian_system_1.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/hamiltonian_system_1.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/hamiltonian_system_1.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/sas13-floatitp-rangevMain1.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/sas13-floatitp-rangevMain5.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/sas13-floatitp-test1.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/sas13-floatitp-test1.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/sas13-floatitp-test1.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/sas13-floatitp-test2.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/sas13-floatitp-test2.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/sas13-floatitp-test2.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/sas13-floatitp-test3.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/d4y2/sas13-floatitp-test3.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/d4y2/sas13-floatitp-test3.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/algebraic.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/dreal/algebraic.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/dreal/algebraic.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/algebraic.mcmt.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/dreal/algebraic.mcmt.options -------------------------------------------------------------------------------- /test/regress/bmc/dreal/arrowsmith_and_place_fig_3_1_page_72.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/ball_count_1d_plain.hydi.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/cfa_test0005.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/dreal/cfa_test0005.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/dreal/cfa_test0005.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/cfa_test0013.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/dreal/cfa_test0013.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/dreal/cfa_test0013.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/cfa_test0016.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/dreal/cfa_test0016.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/dreal/cfa_test0016.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/collin_goriely_page_60.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/darboux_christoffel_int_goriely_page_58.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/dumortier_llibre_artes_ex_10_11.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/dumortier_llibre_artes_ex_10_15_ii.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/dumortier_llibre_artes_ex_10_9.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/dumortier_llibre_artes_ex_5_1_ii.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/dumortier_llibre_artes_ex_5_2_ii.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/example_4.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/dreal/example_4.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/dreal/example_4.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/example_4.mcmt.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/dreal/example_4.mcmt.options -------------------------------------------------------------------------------- /test/regress/bmc/dreal/hamiltonian_system_1.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/sas13-floatitp-rangevMain1.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/sas13-floatitp-rangevMain5.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/sas13-floatitp-test1.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/sas13-floatitp-test2.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/dreal/sas13-floatitp-test3.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example0.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/example0.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/example0.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example0.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example2.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/example2.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/example2.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example2.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example3.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/example3.a.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/example3.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example3.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example3.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/example3.b.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/example3.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example3.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example4.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/example4.a.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/example4.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example4.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example4.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/example4.b.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/example4.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example4.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example5.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/example5.a.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/example5.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example5.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example5.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/example5.b.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/example5.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example5.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example6.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/example6.a.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/example6.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example6.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example6.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/example6.b.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/example6.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example6.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example7.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/example7.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/example7.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/bmc/example7.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/algebraic.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/nra/algebraic.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/nra/algebraic.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid.*algebraic_number.* -------------------------------------------------------------------------------- /test/regress/bmc/nra/algebraic.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --show-trace 2 | 3 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/arrowsmith_and_place_fig_1_31_page_14.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/arrowsmith_and_place_fig_1_31_page_14.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/arrowsmith_and_place_fig_3_1_page_72.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/arrowsmith_and_place_fig_3_1_page_72.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/arrowsmith_and_place_fig_3_8_page_82.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/arrowsmith_and_place_fig_3_8_page_82.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/ball_count_1d_plain.hydi.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/ball_count_1d_plain.hydi.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/cfa_test0005.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/nra/cfa_test0005.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/nra/cfa_test0005.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/cfa_test0005.mcmt.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/nra/cfa_test0005.mcmt.options -------------------------------------------------------------------------------- /test/regress/bmc/nra/cfa_test0013.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/nra/cfa_test0013.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/nra/cfa_test0013.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/cfa_test0013.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/cfa_test0016.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/nra/cfa_test0016.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/nra/cfa_test0016.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/cfa_test0016.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/collin_goriely_page_60.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/collin_goriely_page_60.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/darboux_christoffel_int_goriely_page_58.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/darboux_christoffel_int_goriely_page_58.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/dumortier_llibre_artes_ex_10_11.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/dumortier_llibre_artes_ex_10_11.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/dumortier_llibre_artes_ex_10_15_i.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/dumortier_llibre_artes_ex_10_15_i.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/dumortier_llibre_artes_ex_10_15_ii.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/dumortier_llibre_artes_ex_10_15_ii.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/dumortier_llibre_artes_ex_10_9.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/dumortier_llibre_artes_ex_10_9.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/dumortier_llibre_artes_ex_5_1_ii.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/dumortier_llibre_artes_ex_5_1_ii.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/example_4.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/nra/example_4.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/nra/example_4.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/example_4.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions -------------------------------------------------------------------------------- /test/regress/bmc/nra/hamiltonian_system_1.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/hamiltonian_system_1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/sas13-floatitp-rangevMain1.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/sas13-floatitp-rangevMain1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/sas13-floatitp-rangevMain5.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/sas13-floatitp-rangevMain5.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/sas13-floatitp-test1.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/nra/sas13-floatitp-test1.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/nra/sas13-floatitp-test1.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/sas13-floatitp-test1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/sas13-floatitp-test2.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/nra/sas13-floatitp-test2.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/nra/sas13-floatitp-test2.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bmc/nra/sas13-floatitp-test3.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bmc/nra/sas13-floatitp-test3.mcmt -------------------------------------------------------------------------------- /test/regress/bmc/nra/sas13-floatitp-test3.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bv/test_00.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bv/test_00.mcmt -------------------------------------------------------------------------------- /test/regress/bv/test_00.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/bv/test_00.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/bv/test_01.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bv/test_01.mcmt -------------------------------------------------------------------------------- /test/regress/bv/test_01.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/bv/test_01.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/bv/test_02.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/bv/test_02.mcmt -------------------------------------------------------------------------------- /test/regress/bv/test_02.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/bv/test_02.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/issues/31.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/issues/31.mcmt -------------------------------------------------------------------------------- /test/regress/issues/31.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/issues/31.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind --show-trace 2 | -------------------------------------------------------------------------------- /test/regress/issues/51.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/issues/51.mcmt -------------------------------------------------------------------------------- /test/regress/issues/51.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid.* -------------------------------------------------------------------------------- /test/regress/issues/51.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind --show-trace 2 | -------------------------------------------------------------------------------- /test/regress/issues/52.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/issues/52.mcmt -------------------------------------------------------------------------------- /test/regress/issues/52.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid.* 2 | -------------------------------------------------------------------------------- /test/regress/issues/52.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind --show-trace 2 | -------------------------------------------------------------------------------- /test/regress/kind/beem/resistance.1.prop1-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/beem/resistance.1.prop2-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/beem/resistance.1.prop3-func-interl.btor.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/arrowsmith_and_place_fig_3_5c_page_79.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/arrowsmith_and_place_fig_3_5c_page_79.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/cfa_test0006.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/d4y2/cfa_test0006.mcmt -------------------------------------------------------------------------------- /test/regress/kind/d4y2/cfa_test0006.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/cfa_test0006.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/cfa_test0017.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/d4y2/cfa_test0017.mcmt -------------------------------------------------------------------------------- /test/regress/kind/d4y2/cfa_test0017.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/cfa_test0017.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/cfa_test0018.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/d4y2/cfa_test0018.mcmt -------------------------------------------------------------------------------- /test/regress/kind/d4y2/cfa_test0018.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/cfa_test0018.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/cfa_test0019.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/d4y2/cfa_test0019.mcmt -------------------------------------------------------------------------------- /test/regress/kind/d4y2/cfa_test0019.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/cfa_test0019.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/dai_gan_xhia_zhan_jsc14_ex1.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/dai_gan_xhia_zhan_jsc14_ex1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/dumortier_llibre_artes_ex_1_9b.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/dumortier_llibre_artes_ex_1_9b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/keymaera_nonlinear1.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/d4y2/keymaera_nonlinear1.mcmt -------------------------------------------------------------------------------- /test/regress/kind/d4y2/keymaera_nonlinear1.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/keymaera_nonlinear1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/liu_zhan_zhao_emsoft11_ex_25.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/liu_zhan_zhao_emsoft11_ex_25.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/paper_example_1.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/d4y2/paper_example_1.mcmt -------------------------------------------------------------------------------- /test/regress/kind/d4y2/paper_example_1.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/paper_example_1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/shimizu_morioka_system.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/shimizu_morioka_system.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/unstable_unit_circle3.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/van_der_pol_fourth_quadrant.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/van_der_pol_fourth_quadrant.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/wiggins_ex_18_1_2.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/d4y2/wiggins_ex_18_1_2.mcmt -------------------------------------------------------------------------------- /test/regress/kind/d4y2/wiggins_ex_18_1_2.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/d4y2/wiggins_ex_18_1_2.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver d4y2 --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/arrowsmith_and_place_fig_3_5c_page_79.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/arrowsmith_and_place_fig_3_5c_page_79.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/cfa_test0006.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/dreal/cfa_test0006.mcmt -------------------------------------------------------------------------------- /test/regress/kind/dreal/cfa_test0006.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/cfa_test0006.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/cfa_test0017.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/dreal/cfa_test0017.mcmt -------------------------------------------------------------------------------- /test/regress/kind/dreal/cfa_test0017.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/cfa_test0017.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/cfa_test0018.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/dreal/cfa_test0018.mcmt -------------------------------------------------------------------------------- /test/regress/kind/dreal/cfa_test0018.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/cfa_test0018.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/cfa_test0019.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/dreal/cfa_test0019.mcmt -------------------------------------------------------------------------------- /test/regress/kind/dreal/cfa_test0019.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/cfa_test0019.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/dai_gan_xhia_zhan_jsc14_ex1.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/dai_gan_xhia_zhan_jsc14_ex1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/dumortier_llibre_artes_ex_1_9b.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/dumortier_llibre_artes_ex_1_9b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/keymaera_nonlinear1.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/keymaera_nonlinear1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/liu_zhan_zhao_emsoft11_ex_25.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/liu_zhan_zhao_emsoft11_ex_25.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/paper_example_1.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/dreal/paper_example_1.mcmt -------------------------------------------------------------------------------- /test/regress/kind/dreal/paper_example_1.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/paper_example_1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/shimizu_morioka_system.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/shimizu_morioka_system.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/unstable_unit_circle3.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/unstable_unit_circle3.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/van_der_pol_fourth_quadrant.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/van_der_pol_fourth_quadrant.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/wiggins_ex_18_1_2.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/dreal/wiggins_ex_18_1_2.mcmt -------------------------------------------------------------------------------- /test/regress/kind/dreal/wiggins_ex_18_1_2.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/dreal/wiggins_ex_18_1_2.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --solver dreal --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/example0.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/example0.mcmt -------------------------------------------------------------------------------- /test/regress/kind/example0.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/example0.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind 2 | -------------------------------------------------------------------------------- /test/regress/kind/example2.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/example2.mcmt -------------------------------------------------------------------------------- /test/regress/kind/example2.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/example2.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind 2 | -------------------------------------------------------------------------------- /test/regress/kind/example3.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/example3.a.mcmt -------------------------------------------------------------------------------- /test/regress/kind/example3.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/example3.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind 2 | -------------------------------------------------------------------------------- /test/regress/kind/example3.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/example3.b.mcmt -------------------------------------------------------------------------------- /test/regress/kind/example3.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/example3.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind 2 | -------------------------------------------------------------------------------- /test/regress/kind/example4.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/example4.a.mcmt -------------------------------------------------------------------------------- /test/regress/kind/example4.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/example4.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind 2 | -------------------------------------------------------------------------------- /test/regress/kind/example4.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/example4.b.mcmt -------------------------------------------------------------------------------- /test/regress/kind/example4.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/example4.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind 2 | -------------------------------------------------------------------------------- /test/regress/kind/example5.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/example5.a.mcmt -------------------------------------------------------------------------------- /test/regress/kind/example5.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/kind/example5.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind 2 | -------------------------------------------------------------------------------- /test/regress/kind/example5.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/example5.b.mcmt -------------------------------------------------------------------------------- /test/regress/kind/example5.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/kind/example5.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind 2 | -------------------------------------------------------------------------------- /test/regress/kind/example6.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/example6.a.mcmt -------------------------------------------------------------------------------- /test/regress/kind/example6.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/example6.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind 2 | -------------------------------------------------------------------------------- /test/regress/kind/example6.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/example6.b.mcmt -------------------------------------------------------------------------------- /test/regress/kind/example6.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/example6.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind 2 | -------------------------------------------------------------------------------- /test/regress/kind/example7.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/example7.mcmt -------------------------------------------------------------------------------- /test/regress/kind/example7.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/kind/example7.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind 2 | -------------------------------------------------------------------------------- /test/regress/kind/example8.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/example8.mcmt -------------------------------------------------------------------------------- /test/regress/kind/example8.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/example8.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/arrowsmith_and_place_fig_1_31_page_14.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/arrowsmith_and_place_fig_1_31_page_14.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/arrowsmith_and_place_fig_3_1_page_72.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/arrowsmith_and_place_fig_3_1_page_72.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/arrowsmith_and_place_fig_3_8_page_82.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/arrowsmith_and_place_fig_3_8_page_82.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/ball_count_1d_plain.hydi.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/ball_count_1d_plain.hydi.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/cfa_test0005.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/nra/invalid/cfa_test0005.mcmt -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/cfa_test0005.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/cfa_test0013.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/nra/invalid/cfa_test0013.mcmt -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/cfa_test0013.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/cfa_test0013.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/cfa_test0016.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/nra/invalid/cfa_test0016.mcmt -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/cfa_test0016.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/cfa_test0016.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/collin_goriely_page_60.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/collin_goriely_page_60.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/darboux_christoffel_int_goriely_page_58.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/darboux_christoffel_int_goriely_page_58.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/dumortier_llibre_artes_ex_10_11.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/dumortier_llibre_artes_ex_10_11.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/dumortier_llibre_artes_ex_10_15_i.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/dumortier_llibre_artes_ex_10_15_i.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/dumortier_llibre_artes_ex_10_15_ii.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/dumortier_llibre_artes_ex_10_15_ii.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/dumortier_llibre_artes_ex_10_9.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/dumortier_llibre_artes_ex_10_9.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/dumortier_llibre_artes_ex_5_1_ii.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/dumortier_llibre_artes_ex_5_1_ii.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/example_4.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/nra/invalid/example_4.mcmt -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/example_4.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/example_4.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/hamiltonian_system_1.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/hamiltonian_system_1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/sas13-floatitp-rangevMain1.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/sas13-floatitp-rangevMain1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/sas13-floatitp-rangevMain5.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/sas13-floatitp-rangevMain5.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/sas13-floatitp-test1.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/sas13-floatitp-test1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/sas13-floatitp-test2.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/invalid/sas13-floatitp-test3.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/Mode_plus_Longitudinal_modified_g120_nuxmv_kratos.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/Mode_plus_Longitudinal_modified_g130_nuxmv_kratos.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/arrowsmith_and_place_fig_1_29_page_14.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/arrowsmith_and_place_fig_1_29_page_14.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/arrowsmith_and_place_fig_1_30_page_14.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/arrowsmith_and_place_fig_1_30_page_14.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0006.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/nra/valid/cfa_test0006.mcmt -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0006.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0006.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0014.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/nra/valid/cfa_test0014.mcmt -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0014.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0015.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/nra/valid/cfa_test0015.mcmt -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0015.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0017.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/nra/valid/cfa_test0017.mcmt -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0017.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0017.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0018.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/nra/valid/cfa_test0018.mcmt -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0018.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0018.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0019.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/kind/nra/valid/cfa_test0019.mcmt -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0019.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/cfa_test0019.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/dai_gan_xhia_zhan_jsc14_ex1.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/dai_gan_xhia_zhan_jsc14_ex1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/djaballah_chaputot_kieffer_boussou_2015_ex1.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/djaballah_chaputot_kieffer_boussou_2015_ex1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/dumortier_llibre_artes_ex_1_9b.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/dumortier_llibre_artes_ex_1_9b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/dumortier_llibre_artes_ex_5_13.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/dumortier_llibre_artes_ex_5_13.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/keymaera_nonlinear1.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/keymaera_nonlinear1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/liu_zhan_zhao_emsoft11_ex_25.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/liu_zhan_zhao_emsoft11_ex_25.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/lotka_volterra_fourth_quadrant.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/lotka_volterra_fourth_quadrant.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/paper_example_1.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/paper_example_1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/paper_example_2.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/paper_example_2.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/shimizu_morioka_system.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/shimizu_morioka_system.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/synthetic_example1.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/synthetic_example1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/wiggins_ex_18_1_2.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/kind/nra/valid/wiggins_ex_18_1_2.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind --lsal-extensions 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor/beem/README.txt -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/adding.1.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/adding.1.prop1-back-serstep.multi-root.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/adding.1.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/adding.2.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/anderson.1.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/anderson.1.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/anderson.2.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/anderson.3.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/anderson.3.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/bakery.1.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/bakery.1.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/bakery.2.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/bakery.2.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/bakery.4.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/collision.2.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/elevator_planning.1.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/elevator_planning.3.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/elevator_planning.3.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/fischer.1.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/fischer.1.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/fischer.2.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/fischer.2.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/invalid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor/beem/invalid.txt -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/krebs.1.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/krebs.1.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/krebs.2.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/krebs.3.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/lann.1.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/loyd.1.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/loyd.1.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/peterson.2.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/peterson.2.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/peterson.3.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/peterson.3.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/protocols.1.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/protocols.1.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/protocols.2.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/protocols.2.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/protocols.3.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/protocols.3.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/protocols.4.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/protocols.4.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/protocols.5.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/protocols.5.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/resistance.1.prop1-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/resistance.1.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/resistance.1.prop2-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/resistance.1.prop2-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/resistance.1.prop3-back-serstep.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/resistance.1.prop3-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/resistance.2.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/resistance.2.prop2-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/resistance.2.prop3-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/schedule_world.1.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/train-gate.1.prop1-func-interl.btor.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/unknown.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor/beem/unknown.txt -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/unsolved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor/beem/unsolved.txt -------------------------------------------------------------------------------- /test/regress/parser/btor/beem/valid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor/beem/valid.txt -------------------------------------------------------------------------------- /test/regress/parser/btor2/count2.btor2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor2/count2.btor2 -------------------------------------------------------------------------------- /test/regress/parser/btor2/count2.btor2.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor2/count4.btor2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor2/count4.btor2 -------------------------------------------------------------------------------- /test/regress/parser/btor2/count4.btor2.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor2/factorial4even.btor2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor2/factorial4even.btor2 -------------------------------------------------------------------------------- /test/regress/parser/btor2/factorial4even.btor2.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor2/noninitstate.btor2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor2/noninitstate.btor2 -------------------------------------------------------------------------------- /test/regress/parser/btor2/noninitstate.btor2.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor2/ponylink-slaveTXlen-sat.btor2.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor2/recount4.btor2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor2/recount4.btor2 -------------------------------------------------------------------------------- /test/regress/parser/btor2/recount4.btor2.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor2/twocount2.btor2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor2/twocount2.btor2 -------------------------------------------------------------------------------- /test/regress/parser/btor2/twocount2.btor2.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor2/twocount2c.btor2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor2/twocount2c.btor2 -------------------------------------------------------------------------------- /test/regress/parser/btor2/twocount2c.btor2.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/btor2/twocount32.btor2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/btor2/twocount32.btor2 -------------------------------------------------------------------------------- /test/regress/parser/btor2/twocount32.btor2.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example0.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/example0.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example0.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example2.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/example2.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example2.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example3.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/example3.a.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example3.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example3.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/example3.b.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example3.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example4.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/example4.a.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example4.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example4.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/example4.b.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example4.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example5.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/example5.a.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example5.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example5.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/example5.b.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example5.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example6.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/example6.a.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example6.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example6.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/example6.b.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example6.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example7.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/example7.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example7.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example8.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/example8.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/example8.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/input_test.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/input_test.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/input_test.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/let_test.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/let_test.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/let_test.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/mcmt_features_test.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/mcmt/multi_check.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/multi_check.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/multi_check.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine kind -------------------------------------------------------------------------------- /test/regress/parser/mcmt/real_int_test.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/mcmt/real_int_test.mcmt -------------------------------------------------------------------------------- /test/regress/parser/mcmt/real_int_test.mcmt.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/arbiter.sal.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/sal/arbiter.sal.disabled -------------------------------------------------------------------------------- /test/regress/parser/sal/arbiter.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/bakery.sal.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/sal/bakery.sal.disabled -------------------------------------------------------------------------------- /test/regress/parser/sal/bakery.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/fischer.sal.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/sal/fischer.sal.disabled -------------------------------------------------------------------------------- /test/regress/parser/sal/fischer.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/fix_skdmxa.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/fourslot.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/inf_skdmxa.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/math.sal.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/sal/math.sal.disabled -------------------------------------------------------------------------------- /test/regress/parser/sal/math.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/peterson.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/qlock1.sal.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/sal/qlock1.sal.disabled -------------------------------------------------------------------------------- /test/regress/parser/sal/qlock1.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/qlock2.sal.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/sal/qlock2.sal.disabled -------------------------------------------------------------------------------- /test/regress/parser/sal/qlock2.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/qlock3.sal.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/sal/qlock3.sal.disabled -------------------------------------------------------------------------------- /test/regress/parser/sal/qlock3.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/simple/adder.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only -------------------------------------------------------------------------------- /test/regress/parser/sal/simple/simple00.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/skdmxa.sal.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/parser/sal/skdmxa.sal.disabled -------------------------------------------------------------------------------- /test/regress/parser/sal/skdmxa.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/tte_synchro.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/tte_synchro_fixed.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/tte_synchro_var.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/parser/sal/ultralog_light.sal.options: -------------------------------------------------------------------------------- 1 | --parse-only 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example0.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example0.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/example0.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example0.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example1.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example1.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/example1.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example2.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example2.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/example2.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example2.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example3.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example3.a.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/example3.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example3.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example3.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example3.b.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/example3.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example3.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example4.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example4.a.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/example4.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example4.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example4.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example4.b.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/example4.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example4.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example5.a.mcmt.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example5.a.mcmt.disabled -------------------------------------------------------------------------------- /test/regress/pdkind/example5.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example5.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example5.b.mcmt.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example5.b.mcmt.disabled -------------------------------------------------------------------------------- /test/regress/pdkind/example5.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example5.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example6.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example6.a.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/example6.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example6.a.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example6.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example6.b.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/example6.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example6.b.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example7.mcmt.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example7.mcmt.disabled -------------------------------------------------------------------------------- /test/regress/pdkind/example7.mcmt.gold: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example7.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example8.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example8.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/example8.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example8.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example9.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/example9.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/example9.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/example9.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/nra/cauchy-schwarz-strict.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/nra/cauchy-schwarz-strict.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind -------------------------------------------------------------------------------- /test/regress/pdkind/nra/cauchy-schwarz.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/nra/cauchy-schwarz.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/nra/cauchy-schwarz.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/nra/cauchy-schwarz.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine pdkind 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example0.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/opensmt2/example0.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example0.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example1.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/opensmt2/example1.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example2.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/opensmt2/example2.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example2.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example3.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/opensmt2/example3.a.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example3.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example3.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/opensmt2/example3.b.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example3.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example4.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/opensmt2/example4.a.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example4.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example4.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/opensmt2/example4.b.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example4.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example6.a.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/opensmt2/example6.a.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example6.a.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example6.b.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/opensmt2/example6.b.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example6.b.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example8.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/opensmt2/example8.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example8.mcmt.gold: -------------------------------------------------------------------------------- 1 | valid 2 | -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example9.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/pdkind/opensmt2/example9.mcmt -------------------------------------------------------------------------------- /test/regress/pdkind/opensmt2/example9.mcmt.gold: -------------------------------------------------------------------------------- 1 | invalid 2 | -------------------------------------------------------------------------------- /test/regress/stats/example0.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/stats/example0.mcmt -------------------------------------------------------------------------------- /test/regress/stats/example0.mcmt.gold: -------------------------------------------------------------------------------- 1 | .*test/regress/stats/example0\.mcmt,bmc,yices2,invalid,15 2 | -------------------------------------------------------------------------------- /test/regress/stats/example0.mcmt.options: -------------------------------------------------------------------------------- 1 | --engine bmc --stats-format %f,%e,%s,%r,%tmrv 2 | -------------------------------------------------------------------------------- /test/regress/stats/example1.mcmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/stats/example1.mcmt -------------------------------------------------------------------------------- /test/regress/stats/example1.mcmt.gold: -------------------------------------------------------------------------------- 1 | pdkind\$4\#5 2 | -------------------------------------------------------------------------------- /test/regress/stats/example1.mcmt.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/regress/stats/example1.mcmt.options -------------------------------------------------------------------------------- /test/unit/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/unit/CMakeLists.txt -------------------------------------------------------------------------------- /test/unit/expr/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/unit/expr/CMakeLists.txt -------------------------------------------------------------------------------- /test/unit/expr/term_manager_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/unit/expr/term_manager_test.cpp -------------------------------------------------------------------------------- /test/unit/smt/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/unit/smt/CMakeLists.txt -------------------------------------------------------------------------------- /test/unit/smt/dreal_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/unit/smt/dreal_test.cpp -------------------------------------------------------------------------------- /test/unit/smt/mathsat5_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/unit/smt/mathsat5_test.cpp -------------------------------------------------------------------------------- /test/unit/smt/yices2_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/unit/smt/yices2_test.cpp -------------------------------------------------------------------------------- /test/unit/test_runner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SRI-CSL/sally/HEAD/test/unit/test_runner.cpp --------------------------------------------------------------------------------