Matches in DBpedia 2015-04 for { <http://dbpedia.org/resource/Concurrent_logic_programming> ?p ?o }
Showing triples 1 to 12 of
12
with 100 triples per page.
- Concurrent_logic_programming abstract "Concurrent logic programming is a variant of logic programming in which programs are sets of guarded Horn clauses of the form:H :- G1, …, Gn | B1, …, Bn.The conjunction G1, … , Gn is called the guard of the clause, and | is the commitment operator. Declaratively, guarded Horn clauses are read as ordinary logical implications:H if G1 and … and Gn and B1 and … and Bn.However, procedurally, when there are several clauses whose heads H match a given goal, then all of the clauses are executed in parallel, checking whether their guards G1, … , Gn hold. If the guards of more than one clause hold, then a committed choice is made to one of the clauses, and execution proceedes with the subgoals B1, …, Bn of the chosen clause. These subgoals can also be executed in parallel. Thus concurrent logic programming implements a form of "don't care nondeterminism", ratherthan "don't know nondeterminism".".
- Concurrent_logic_programming wikiPageID "42755423".
- Concurrent_logic_programming wikiPageRevisionID "637358950".
- Concurrent_logic_programming subject Category:Logic_programming.
- Concurrent_logic_programming subject Category:Programming_paradigms.
- Concurrent_logic_programming comment "Concurrent logic programming is a variant of logic programming in which programs are sets of guarded Horn clauses of the form:H :- G1, …, Gn | B1, …, Bn.The conjunction G1, … , Gn is called the guard of the clause, and | is the commitment operator.".
- Concurrent_logic_programming label "Concurrent logic programming".
- Concurrent_logic_programming sameAs m.010ls_2c.
- Concurrent_logic_programming sameAs Q17008825.
- Concurrent_logic_programming sameAs Q17008825.
- Concurrent_logic_programming wasDerivedFrom Concurrent_logic_programming?oldid=637358950.
- Concurrent_logic_programming isPrimaryTopicOf Concurrent_logic_programming.