Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Satisfiability modulo theories
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Satisfiability_modulo_theories
http://dbpedia.org/ontology/abstract En ciencias de la computación y lógica matEn ciencias de la computación y lógica matemática, el problema de las teorías de satisfacibilidad módulo (SMT por sus siglas del inglés satisfiability modulo theories) es un problema de decisión para fórmulas lógicas con respecto a las combinaciones de teorías subyacentes expresadas en la lógica de primer orden clásica con igualdad. Ejemplos de teorías usadas comúnmente en ciencias de la computación son la teoría de los números reales, la teoría de los enteros, y las teorías sobre diversas estructuras de datos como listas, arrays, y demás. Los SMT se pueden ver como una forma del problema de satisfacción de restricciones (CSP) y por tanto crear una aproximación formalizada hacia la programación con restricciones.a hacia la programación con restricciones. , Satisfierbarhet modulo teorier (SMT) är enSatisfierbarhet modulo teorier (SMT) är en formaliserad utökning av logiska formler inom datavetenskap och matematisk logik. Ett SMT-problem uppkommer genom att man kombinerar första ordningens logik och likhet med relationer mellan symboler, där tolkningen av både relationerna och symbolerna är godtyckliga och definieras av den logiska teori de tillhör. Exempel på teorier som ofta används inom datavetenskap är teorierna om reella tal och om heltal, som kan användas till exempel för att uttrycka ekvationer över tal med okända variabler. Själva problemet SMT handlar om att ge en tilldelning till dessa symboler så att alla villkor är uppfyllda. På det sättet kan SMT beskrivas som en av flera formaliseringar av villkorsprogrammering. Mer specialiserade teorier är de om olika datastrukturer såsom listor, matriser, bitvektorer, strängar och så vidare.iser, bitvektorer, strängar och så vidare. , En informatique et en logique mathématiqueEn informatique et en logique mathématique, un problème de satisfiabilité modulo des théories (SMT) est un problème de décision pour des formules de logique du premier ordre avec égalité (sans quantificateurs), combinées à des théories dans lesquelles sont exprimées certains symboles de prédicat et/ou certaines fonctions. Des exemples de théories incluent la théorie des nombres réels, la théorie de l’arithmétique linéaire, des théories de diverses structures de données comme les listes, les tableaux ou les tableaux de bits, ainsi que des combinaisons de celles-ci., ainsi que des combinaisons de celles-ci. , Задача выполнимости формул в теориях (англЗадача выполнимости формул в теориях (англ. satisfiability modulo theories, SMT) — это задача разрешимости для логических формул с учётом лежащих в их основе теорий. Примерами таких теорий для SMT-формул являются: теории целых и вещественных чисел, теории списков, массивов, битовых векторов и т. п.писков, массивов, битовых векторов и т. п. , У програмуванні, Satisfiability Modulo Theories (SMT) — це задача для логічних формул з урахуванням теорій, які лежать в їх основі. Прикладами таких теорій для SMT формул є: теорії цілих та дійсних чисел, теорії списків, масивів, бітових векторів та ін. , In computer science and mathematical logicIn computer science and mathematical logic, satisfiability modulo theories (SMT) is the problem of determining whether a mathematical formula is satisfiable. It generalizes the Boolean satisfiability problem (SAT) to more complex formulas involving real numbers, integers, and/or various data structures such as lists, arrays, bit vectors, and strings. The name is derived from the fact that these expressions are interpreted within ("modulo") a certain formal theory in first-order logic with equality (often disallowing quantifiers). SMT solvers are tools which aim to solve the SMT problem for a practical subset of inputs. SMT solvers such as Z3 and cvc5 have been used as a building block for a wide range of applications across computer science, including in automated theorem proving, program analysis, program verification, and software testing. Since Boolean satisfiability is already NP-complete, the SMT problem is typically NP-hard, and for many theories it is undecidable. Researchers study which theories or subsets of theories lead to a decidable SMT problem and the computational complexity of decidable cases. The resulting decision procedures are often implemented directly in SMT solvers; see, for instance, the decidability of Presburger arithmetic. SMT can be thought of as a constraint satisfaction problem and thus a certain formalized approach to constraint programming.alized approach to constraint programming.
http://dbpedia.org/ontology/wikiPageExternalLink http://fmv.jku.at/boolector/ + , http://archive.sigda.org/newsletter/2006/061215.txt + , http://www.smtcomp.org/ + , https://kilthub.cmu.edu/articles/Microprocessor_Verification_Using_Efficient_Decision_Procedures_for_a_Logic_of_Equality_with_Uninterpreted_Functions/6607286/files/12097826.pdf + , https://web.archive.org/web/20150406115407/https:/sites.google.com/site/stpfastprover/ + , http://www.satcompetition.org/2009/format-benchmarks2009.html + , https://web.archive.org/web/20070208034716/http:/www.sigda.org/newsletter/index.html + , https://yurichev.com/writings/SAT_SMT_draft-EN.pdf + , http://alt-ergo.lri.fr/documents/ABZ-2014.pdf + , https://ucsd-progsys.github.io/liquidhaskell-blog/ + , http://alt-ergo.ocamlpro.com/ + , https://z3string.github.io/ + , https://books.google.com/books%3Fid=shLvAgAAQBAJ&q=%22Satisfiability%2BModulo%2BTheories%22 + , http://www.eecs.umich.edu/~karem + , https://klee.github.io/ + , https://hackage.haskell.org/package/sbv + , http://vcc.codeplex.com + , http://viper.ethz.ch + , http://s2e.epfl.ch/ + , http://smt-lib.org/ + , http://smtlib.org/ + , http://www.smtcomp.org + , https://www.easycrypt.info/ + , http://why3.lri.fr/ + , https://books.google.com/books%3Fid=anJsH3Dq5BIC&q=SMT + , http://www.sigda.org + , http://cubicle.lri.fr/ + , https://triton.quarkslab.com + , https://ece.uwaterloo.ca/~vganesh/Publications_files/vg2007-PhD-STANFORD.pdf + , https://sites.google.com/site/stpfastprover/ + , https://github.com/Z3Prover/z3 + , http://research.microsoft.com/en-us/projects/dafny/ + , http://research.microsoft.com/en-us/projects/fstar/ + , http://research.microsoft.com/en-us/projects/specsharp/ + , http://isat.gforge.avacs.org/ + , http://research.microsoft.com/en-us/um/people/pg/public_psfiles/ndss2008.pdf + , http://research.microsoft.com/en-us/projects/boogie/ + , http://research.microsoft.com/en-us/projects/chalice/ +
http://dbpedia.org/ontology/wikiPageID 5138563
http://dbpedia.org/ontology/wikiPageLength 31615
http://dbpedia.org/ontology/wikiPageRevisionID 1120037167
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/OpenBSD + , http://dbpedia.org/resource/Bit_vector + , http://dbpedia.org/resource/Bitvector + , http://dbpedia.org/resource/String_%28computer_science%29 + , http://dbpedia.org/resource/Probabilistic_logic + , http://dbpedia.org/resource/Empty_theory + , http://dbpedia.org/resource/Satisfiability + , http://dbpedia.org/resource/Integers + , http://dbpedia.org/resource/C%2B%2B + , http://dbpedia.org/resource/Congruence_closure + , http://dbpedia.org/resource/B-Method + , http://dbpedia.org/resource/C_%28programming_language%29 + , http://dbpedia.org/resource/Bit_vectors + , http://dbpedia.org/resource/List_%28computing%29 + , http://dbpedia.org/resource/Decision_problem + , http://dbpedia.org/resource/Free_theory + , http://dbpedia.org/resource/Java_%28programming_language%29 + , http://dbpedia.org/resource/Arithmetic + , http://dbpedia.org/resource/Quantifier_elimination + , http://dbpedia.org/resource/Eager_evaluation + , http://dbpedia.org/resource/Frama-C + , http://dbpedia.org/resource/DIMACS + , http://dbpedia.org/resource/Category:Constraint_programming + , http://dbpedia.org/resource/Scheme_%28programming_language%29 + , http://dbpedia.org/resource/Theory_%28mathematical_logic%29 + , http://dbpedia.org/resource/Record_datatype + , http://dbpedia.org/resource/Linear_arithmetic + , http://dbpedia.org/resource/Polymorphic_array + , http://dbpedia.org/resource/Array_data_structure + , http://dbpedia.org/resource/Difference_logic + , http://dbpedia.org/resource/Enumerated_datatype + , http://dbpedia.org/resource/DPLL%28T%29 + , http://dbpedia.org/resource/Computer_science + , http://dbpedia.org/resource/Computer_program + , http://dbpedia.org/resource/Category:Electronic_design_automation + , http://dbpedia.org/resource/Computer_Aided_Verification + , http://dbpedia.org/resource/Uninterpreted_term + , http://dbpedia.org/resource/AC_symbol + , http://dbpedia.org/resource/LGPLv3 + , http://dbpedia.org/resource/Theory_of_pure_equality + , http://dbpedia.org/resource/Constraint_logic_programming + , http://dbpedia.org/resource/Correctness_%28computer_science%29 + , http://dbpedia.org/resource/Real_number + , http://dbpedia.org/resource/Interval_arithmetic + , http://dbpedia.org/resource/White-box_testing + , http://dbpedia.org/resource/DPLL_algorithm + , http://dbpedia.org/resource/Atomic_formula + , http://dbpedia.org/resource/Apache_license + , http://dbpedia.org/resource/Natural_numbers + , http://dbpedia.org/resource/Mathematical_logic + , http://dbpedia.org/resource/Predicate_%28mathematical_logic%29 + , http://dbpedia.org/resource/Common_Public_License + , http://dbpedia.org/resource/Python_%28programming_language%29 + , http://dbpedia.org/resource/Category:SMT_solvers + , http://dbpedia.org/resource/Category:Logic_in_computer_science + , http://dbpedia.org/resource/S-expression + , http://dbpedia.org/resource/Answer_set_programming + , http://dbpedia.org/resource/Formal_verification + , http://dbpedia.org/resource/Automated_theorem_proving + , http://dbpedia.org/resource/Decidability_%28logic%29 + , http://dbpedia.org/resource/Computational_complexity + , http://dbpedia.org/resource/.NET_Framework + , http://dbpedia.org/resource/Alt-Ergo + , http://dbpedia.org/resource/Microprocessor + , http://dbpedia.org/resource/Alfred_Tarski + , http://dbpedia.org/resource/GPLv3 + , http://dbpedia.org/resource/Z3_Theorem_Prover + , http://dbpedia.org/resource/Type_inference + , http://dbpedia.org/resource/Inequality_%28mathematics%29 + , http://dbpedia.org/resource/Windows + , http://dbpedia.org/resource/Real_closed_field + , http://dbpedia.org/resource/MIT_License + , http://dbpedia.org/resource/Presburger_arithmetic + , http://dbpedia.org/resource/Mac_OS + , http://dbpedia.org/resource/Lazy_evaluation + , http://dbpedia.org/resource/Program_analysis + , http://dbpedia.org/resource/Affero_General_Public_License + , http://dbpedia.org/resource/Well-formed_formula + , http://dbpedia.org/resource/Relational_model + , http://dbpedia.org/resource/Atomic_sentence + , http://dbpedia.org/resource/SPARK_%28programming_language%29 + , http://dbpedia.org/resource/Program_synthesis + , http://dbpedia.org/resource/Haskell_%28programming_language%29 + , http://dbpedia.org/resource/NP-hardness + , http://dbpedia.org/resource/Modeling_language + , http://dbpedia.org/resource/Data_structure + , http://dbpedia.org/resource/CeCILL-C + , http://dbpedia.org/resource/Quantifier_%28logic%29 + , http://dbpedia.org/resource/Binary_data + , http://dbpedia.org/resource/Higher-order_logic + , http://dbpedia.org/resource/Uninterpreted_function + , http://dbpedia.org/resource/Constraint_satisfaction_problem + , http://dbpedia.org/resource/Backtracking + , http://dbpedia.org/resource/Logical_conjunction + , http://dbpedia.org/resource/Real_numbers + , http://dbpedia.org/resource/Hardware_design + , http://dbpedia.org/resource/Category:Satisfiability_problems + , http://dbpedia.org/resource/BSD_licenses + , http://dbpedia.org/resource/Category:Formal_methods + , http://dbpedia.org/resource/Arms_control + , http://dbpedia.org/resource/LGPL + , http://dbpedia.org/resource/Symbolic_execution + , http://dbpedia.org/resource/First-order_logic + , http://dbpedia.org/resource/OpenCog + , http://dbpedia.org/resource/Constraint_programming + , http://dbpedia.org/resource/Transcendental_function + , http://dbpedia.org/resource/Concolic_testing + , http://dbpedia.org/resource/OS_X + , http://dbpedia.org/resource/Linux + , http://dbpedia.org/resource/Undecidable_problem + , http://dbpedia.org/resource/Category:NP-complete_problems + , http://dbpedia.org/resource/Rodin_tool + , http://dbpedia.org/resource/Microsoft_Windows + , http://dbpedia.org/resource/Microsoft_Research + , http://dbpedia.org/resource/OCaml + , http://dbpedia.org/resource/Datapath + , http://dbpedia.org/resource/Constraint_Handling_Rules + , http://dbpedia.org/resource/Boolean_satisfiability_problem + , http://dbpedia.org/resource/FreeBSD + , http://dbpedia.org/resource/International_Joint_Conference_on_Automated_Reasoning +
http://dbpedia.org/property/date "2015-04-06"^^xsd:date
http://dbpedia.org/property/url https://web.archive.org/web/20150406115407/https:/sites.google.com/site/stpfastprover/ +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Webarchive + , http://dbpedia.org/resource/Template:Cite_journal + , http://dbpedia.org/resource/Template:Cite_web + , http://dbpedia.org/resource/Template:Short_description + , http://dbpedia.org/resource/Template:Yes + , http://dbpedia.org/resource/Template:Citation_needed + , http://dbpedia.org/resource/Template:Cite_book + , http://dbpedia.org/resource/Template:No + , http://dbpedia.org/resource/Template:Abbr + , http://dbpedia.org/resource/Template:Anchor + , http://dbpedia.org/resource/Template:Cite_thesis + , http://dbpedia.org/resource/Template:Visible_anchor + , http://dbpedia.org/resource/Template:Mathematical_logic + , http://dbpedia.org/resource/Template:Refbegin + , http://dbpedia.org/resource/Template:Refend +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Electronic_design_automation + , http://dbpedia.org/resource/Category:SMT_solvers + , http://dbpedia.org/resource/Category:Logic_in_computer_science + , http://dbpedia.org/resource/Category:Satisfiability_problems + , http://dbpedia.org/resource/Category:NP-complete_problems + , http://dbpedia.org/resource/Category:Formal_methods + , http://dbpedia.org/resource/Category:Constraint_programming +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Problem +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Satisfiability_modulo_theories?oldid=1120037167&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Satisfiability_modulo_theories +
owl:sameAs https://global.dbpedia.org/id/y5Cm + , http://hy.dbpedia.org/resource/%D4%B2%D5%A1%D5%B6%D5%A1%D5%B1%D6%87%D5%A5%D6%80%D5%AB_%D5%AC%D5%B8%D6%82%D5%AE%D5%A5%D5%AC%D5%AB%D5%B8%D6%82%D5%A9%D5%B5%D5%B8%D6%82%D5%B6_%D5%BF%D5%A5%D5%BD%D5%B8%D6%82%D5%A9%D5%B5%D5%B8%D6%82%D5%B6%D5%B6%D5%A5%D6%80%D5%B8%D6%82%D5%B4 + , http://ru.dbpedia.org/resource/%D0%97%D0%B0%D0%B4%D0%B0%D1%87%D0%B0_%D0%B2%D1%8B%D0%BF%D0%BE%D0%BB%D0%BD%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D0%B8_%D1%84%D0%BE%D1%80%D0%BC%D1%83%D0%BB_%D0%B2_%D1%82%D0%B5%D0%BE%D1%80%D0%B8%D1%8F%D1%85 + , http://yago-knowledge.org/resource/Satisfiability_modulo_theories + , http://rdf.freebase.com/ns/m.0d4jbt + , http://fr.dbpedia.org/resource/Satisfiability_modulo_theories + , http://www.wikidata.org/entity/Q2067766 + , http://hu.dbpedia.org/resource/Kiel%C3%A9g%C3%ADthet%C5%91s%C3%A9gi_modulo_elm%C3%A9letek + , http://es.dbpedia.org/resource/Teor%C3%ADas_de_satisfacibilidad_m%C3%B3dulo + , http://uk.dbpedia.org/resource/Satisfiability_Modulo_Theories + , http://fa.dbpedia.org/resource/%D8%B5%D8%AF%D9%82%E2%80%8C%D9%BE%D8%B0%DB%8C%D8%B1%DB%8C_%D8%AF%D8%B1_%D9%BE%DB%8C%D9%85%D8%A7%D9%86%D9%87_%D9%86%D8%B8%D8%B1%DB%8C%D8%A7%D8%AA + , http://dbpedia.org/resource/Satisfiability_modulo_theories + , http://sv.dbpedia.org/resource/Satisfierbarhet_modulo_teorier +
rdf:type http://dbpedia.org/class/yago/Difficulty114408086 + , http://dbpedia.org/class/yago/Know-how105616786 + , http://dbpedia.org/class/yago/Method105660268 + , http://dbpedia.org/class/yago/Condition113920835 + , http://dbpedia.org/class/yago/Ability105616246 + , http://dbpedia.org/class/yago/WikicatSatisfiabilityProblems + , http://dbpedia.org/class/yago/PsychologicalFeature100023100 + , http://dbpedia.org/class/yago/Abstraction100002137 + , http://dbpedia.org/class/yago/WikicatFormalMethods + , http://dbpedia.org/class/yago/Problem114410605 + , http://dbpedia.org/class/yago/Attribute100024264 + , http://dbpedia.org/class/yago/State100024720 + , http://dbpedia.org/class/yago/WikicatNP-completeProblems + , http://dbpedia.org/ontology/Disease + , http://dbpedia.org/class/yago/Cognition100023271 +
rdfs:comment Задача выполнимости формул в теориях (англЗадача выполнимости формул в теориях (англ. satisfiability modulo theories, SMT) — это задача разрешимости для логических формул с учётом лежащих в их основе теорий. Примерами таких теорий для SMT-формул являются: теории целых и вещественных чисел, теории списков, массивов, битовых векторов и т. п.писков, массивов, битовых векторов и т. п. , En ciencias de la computación y lógica matEn ciencias de la computación y lógica matemática, el problema de las teorías de satisfacibilidad módulo (SMT por sus siglas del inglés satisfiability modulo theories) es un problema de decisión para fórmulas lógicas con respecto a las combinaciones de teorías subyacentes expresadas en la lógica de primer orden clásica con igualdad. Ejemplos de teorías usadas comúnmente en ciencias de la computación son la teoría de los números reales, la teoría de los enteros, y las teorías sobre diversas estructuras de datos como listas, arrays, y demás. Los SMT se pueden ver como una forma del problema de satisfacción de restricciones (CSP) y por tanto crear una aproximación formalizada hacia la programación con restricciones.a hacia la programación con restricciones. , У програмуванні, Satisfiability Modulo Theories (SMT) — це задача для логічних формул з урахуванням теорій, які лежать в їх основі. Прикладами таких теорій для SMT формул є: теорії цілих та дійсних чисел, теорії списків, масивів, бітових векторів та ін. , In computer science and mathematical logicIn computer science and mathematical logic, satisfiability modulo theories (SMT) is the problem of determining whether a mathematical formula is satisfiable. It generalizes the Boolean satisfiability problem (SAT) to more complex formulas involving real numbers, integers, and/or various data structures such as lists, arrays, bit vectors, and strings. The name is derived from the fact that these expressions are interpreted within ("modulo") a certain formal theory in first-order logic with equality (often disallowing quantifiers). SMT solvers are tools which aim to solve the SMT problem for a practical subset of inputs. SMT solvers such as Z3 and cvc5 have been used as a building block for a wide range of applications across computer science, including in automated theorem proving, program ing in automated theorem proving, program , Satisfierbarhet modulo teorier (SMT) är enSatisfierbarhet modulo teorier (SMT) är en formaliserad utökning av logiska formler inom datavetenskap och matematisk logik. Ett SMT-problem uppkommer genom att man kombinerar första ordningens logik och likhet med relationer mellan symboler, där tolkningen av både relationerna och symbolerna är godtyckliga och definieras av den logiska teori de tillhör. Exempel på teorier som ofta används inom datavetenskap är teorierna om reella tal och om heltal, som kan användas till exempel för att uttrycka ekvationer över tal med okända variabler. Själva problemet SMT handlar om att ge en tilldelning till dessa symboler så att alla villkor är uppfyllda. På det sättet kan SMT beskrivas som en av flera formaliseringar av villkorsprogrammering. formaliseringar av villkorsprogrammering. , En informatique et en logique mathématiqueEn informatique et en logique mathématique, un problème de satisfiabilité modulo des théories (SMT) est un problème de décision pour des formules de logique du premier ordre avec égalité (sans quantificateurs), combinées à des théories dans lesquelles sont exprimées certains symboles de prédicat et/ou certaines fonctions. Des exemples de théories incluent la théorie des nombres réels, la théorie de l’arithmétique linéaire, des théories de diverses structures de données comme les listes, les tableaux ou les tableaux de bits, ainsi que des combinaisons de celles-ci., ainsi que des combinaisons de celles-ci.
rdfs:label Satisfierbarhet modulo teorier , Satisfiability modulo theories , Teorías de satisfacibilidad módulo , Satisfiability Modulo Theories , Задача выполнимости формул в теориях
hide properties that link here 
http://dbpedia.org/resource/Greg_Nelson_%28computer_scientist%29 + http://dbpedia.org/ontology/knownFor
http://dbpedia.org/resource/SMT + http://dbpedia.org/ontology/wikiPageDisambiguates
http://dbpedia.org/resource/Satisfiability_Modulo_Theories + , http://dbpedia.org/resource/List_of_SMT_solvers + , http://dbpedia.org/resource/CVC_theorem_prover + , http://dbpedia.org/resource/CVC4 + , http://dbpedia.org/resource/SMT_solver + , http://dbpedia.org/resource/CVC_%28theorem_prover%29 + , http://dbpedia.org/resource/Boolector + , http://dbpedia.org/resource/Smt2_%28file_format%29 + , http://dbpedia.org/resource/CVC3 + , http://dbpedia.org/resource/Yices + , http://dbpedia.org/resource/SMT-LIB + , http://dbpedia.org/resource/Satisfiability_Modulo_Theories_problem + , http://dbpedia.org/resource/CVC_Lite + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/Type_inference + , http://dbpedia.org/resource/List_of_computer_scientists + , http://dbpedia.org/resource/SAT_solver + , http://dbpedia.org/resource/Vienna_Summer_of_Logic + , http://dbpedia.org/resource/Constraint_satisfaction_problem + , http://dbpedia.org/resource/Sentence_%28mathematical_logic%29 + , http://dbpedia.org/resource/OpenCog + , http://dbpedia.org/resource/E-graph + , http://dbpedia.org/resource/F%2A_%28programming_language%29 + , http://dbpedia.org/resource/Extended_static_checking + , http://dbpedia.org/resource/Formal_verification + , http://dbpedia.org/resource/Verve_%28operating_system%29 + , http://dbpedia.org/resource/Concolic_testing + , http://dbpedia.org/resource/Presburger_arithmetic + , http://dbpedia.org/resource/Satisfiability_Modulo_Theories + , http://dbpedia.org/resource/Predicate_transformer_semantics + , http://dbpedia.org/resource/List_of_programmers + , http://dbpedia.org/resource/Microsoft_and_open_source + , http://dbpedia.org/resource/Superoptimization + , http://dbpedia.org/resource/Maximum_satisfiability_problem + , http://dbpedia.org/resource/Jose_Meseguer + , http://dbpedia.org/resource/Entscheidungsproblem + , http://dbpedia.org/resource/Proof_assistant + , http://dbpedia.org/resource/Isabelle_%28proof_assistant%29 + , http://dbpedia.org/resource/Computer_algebra_system + , http://dbpedia.org/resource/Solver + , http://dbpedia.org/resource/List_of_SMT_solvers + , http://dbpedia.org/resource/Satisfiability + , http://dbpedia.org/resource/Greg_Nelson_%28computer_scientist%29 + , http://dbpedia.org/resource/DPLL_algorithm + , http://dbpedia.org/resource/Alt-Ergo + , http://dbpedia.org/resource/Boolean_satisfiability_problem + , http://dbpedia.org/resource/Constraint_%28mathematics%29 + , http://dbpedia.org/resource/David_L._Dill + , http://dbpedia.org/resource/Matching_logic + , http://dbpedia.org/resource/CVC_theorem_prover + , http://dbpedia.org/resource/Constraint_satisfaction + , http://dbpedia.org/resource/DPLL%28T%29 + , http://dbpedia.org/resource/Z3_Theorem_Prover + , http://dbpedia.org/resource/TLA%2B + , http://dbpedia.org/resource/Fast_Fourier_transform + , http://dbpedia.org/resource/SMT + , http://dbpedia.org/resource/Liquid_Haskell + , http://dbpedia.org/resource/CVC4 + , http://dbpedia.org/resource/Uninterpreted_function + , http://dbpedia.org/resource/List_of_people_associated_with_PARC + , http://dbpedia.org/resource/SMT_solver + , http://dbpedia.org/resource/CVC_%28theorem_prover%29 + , http://dbpedia.org/resource/Boolector + , http://dbpedia.org/resource/Smt2_%28file_format%29 + , http://dbpedia.org/resource/CVC3 + , http://dbpedia.org/resource/Yices + , http://dbpedia.org/resource/SMT-LIB + , http://dbpedia.org/resource/Satisfiability_Modulo_Theories_problem + , http://dbpedia.org/resource/CVC_Lite + , http://dbpedia.org/resource/CVC_Lite_theorem_prover + http://dbpedia.org/ontology/wikiPageWikiLink
http://dbpedia.org/resource/Greg_Nelson_%28computer_scientist%29 + http://dbpedia.org/property/knownFor
http://en.wikipedia.org/wiki/Satisfiability_modulo_theories + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Satisfiability_modulo_theories + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.