Microsoft Research Community

Browse Forum Posts by Tags

Showing related tags and posts for the Z3, Theorem Prover forum. See all tags in the site
  • Formula "satisfiable" in QF_LIA

    When given the following benchmark: (benchmark example :status sat :logic QF_LIA :extrafuns ((a Int) (b Int)) :formula (not (implies (= a b) (= (* a a) (* b b)))) ;:formula (not (implies (and (= a 0) (= 0 b)) ; (= (* a a) (* b b))) ) Z3 responds with partitions: *2 {a b} -> 0:int sat yet when the...
    Posted to Z3, Theorem Prover (Forum) by Stephan on 10-23-2008
    Filed under: Z3, logic operators integer
  • using mod operator

    I am trying to use the mod (Integer modulus) operator in my formula. Even though I saw that mod is acceptable operator, in the output it comes out as an uninterpreted function. Could someone point to a small toy example for mod and div operators? Thanks. rajesh
    Posted to Z3, Theorem Prover (Forum) by rkumar8 on 10-14-2008
    Filed under: logic operators integer
Page 1 of 1 (2 items)
©2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Feedback