comp.lang.ada
 help / color / mirror / Atom feed
* [Spark] Splitting 'and' conditions into multiple conditions
@ 2003-03-25 21:48 Lutz Donnerhacke
  2003-03-26  9:41 ` Peter Amey
  0 siblings, 1 reply; 2+ messages in thread
From: Lutz Donnerhacke @ 2003-03-25 21:48 UTC (permalink / raw)


The simplifier is often unable to prove easy conclusions, because conditions
given als assert, precondition, and postcondition occur as a single
conclusion.

Example:
C1: res__1 >= buf__first and res__1 <= buf__last and (res__1 >= 0 and res__1
	  <= 0) -> res__1 >= buf__first and res__1 <= buf__last .

Or do I misinterpret this line containing an implication?
Should the simplifier not able to handle this by transfering the frist part
to the hypothis?



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-26  9:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-25 21:48 [Spark] Splitting 'and' conditions into multiple conditions Lutz Donnerhacke
2003-03-26  9:41 ` Peter Amey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox