User Tools

Site Tools


Sidebar

PVS getting started

Theories and Libraries

Tools

Installation

pvs:install:bugs

This is an old revision of the document!


PVS Bugs

embedded_cond_bug: THEORY
BEGIN
 x,y,z: real
 b: nat
 
 f:bool =
   COND
     x < 0 -> b = 0,     
     x >= 0 ->
       COND
      x = 0 -> b =1,
      x > 0 ->
        COND
          y <= 0 -> b = 2,
          y >= 0 -> b = 3
        ENDCOND
    ENDCOND
   ENDCOND
END embedded_cond_bug
pvs/install/bugs.1476930252.txt.gz · Last modified: 2016/10/20 02:24 by jonathan