Fast Context Switching in Real-Time Propositional Reasoning

Abstract

The trend to increasingly capable and affordable control processors has generated an explosion of embedded real-time gadgets that serve almost every function imaginable. The daunting task of programming these gadgets is greatly alleviated with real-time deductive engines that perform all execution and monitoring functions from a single core model. Fast response times are achieved using an incremental propositional deductive database (an LTMS). Ideally the cost of an LTMS's incremental update should be linear in the number of labels that change between successive contexts. Unfortunately an LTMS can expend a significant percentage of its time working on labels that remain constant between contexts. This is caused by the LTMS's conservative approach: a context switch first removes all consequences of deleted clauses, whether or not those consequences hold in the new context. This paper presents a more aggressive incremental TMS, called the ITMS, that avoids processing a significant number...

Cite

Text

Nayak and Williams. "Fast Context Switching in Real-Time Propositional Reasoning." AAAI Conference on Artificial Intelligence, 1997.

Markdown

[Nayak and Williams. "Fast Context Switching in Real-Time Propositional Reasoning." AAAI Conference on Artificial Intelligence, 1997.](https://mlanthology.org/aaai/1997/nayak1997aaai-fast/)

BibTeX

@inproceedings{nayak1997aaai-fast,
  title     = {{Fast Context Switching in Real-Time Propositional Reasoning}},
  author    = {Nayak, P. Pandurang and Williams, Brian C.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1997},
  pages     = {50-56},
  url       = {https://mlanthology.org/aaai/1997/nayak1997aaai-fast/}
}