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
  • About Z3_pop problem

    First, I should say,Z3 is a exciting tools! When I use Z3, Z3_pop's the second param description is confusing, I don't know how to set this param. Is num_scopes equal to the number of Z3_assert_cnstr I have called after Z3_push? or something else? I use Z3_pop like this : .....Add some constraints...
    Posted to Z3, Theorem Prover (Forum) by ligen on 09-22-2008
    Filed under: Z3
  • C API - Getting Started

    Hello - I apologize up-front for the newbie question. I'm trying to get started using the Z3 C API, and am looking for documentation for getting the environment situated, building, linking, and executing programs which use this API. I'm on a windows machine and have LCC, but also Cygwin with...
    Posted to Z3, Theorem Prover (Forum) by benjnorthrop on 06-05-2008
    Filed under: Z3
  • Simplify format and tuple theory

    Is it possible to deal with tuples in Z3 with the Simplify format? I've tried what I would consider the more likely possibilities for functions, i.e. mk_tuple, tuple, etc., but nothing so far.
    Posted to Z3, Theorem Prover (Forum) by Bruce M. A. on 03-15-2009
    Filed under: Z3
Page 1 of 1 (4 items)
©2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Feedback