mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
doc fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2af08a378d
commit
2b0106c199
|
@ -4,9 +4,7 @@
|
||||||
Z3 is a high-performance theorem prover being developed at <a class="el"
|
Z3 is a high-performance theorem prover being developed at <a class="el"
|
||||||
href="http://research.microsoft.com">Microsoft Research</a>.
|
href="http://research.microsoft.com">Microsoft Research</a>.
|
||||||
|
|
||||||
<b>The Z3 website moved to <a class="el" href="http://github.com/z3prover">http://github.com/z3prover.</a>.</b>
|
<b>The Z3 website is at <a class="el" href="http://github.com/z3prover">http://github.com/z3prover.</a>.</b>
|
||||||
|
|
||||||
The old Z3 websites can be found <a class="el" href="http://research.microsoft.com/en-us/um/redmond/projects/z3/old/index.html">here</a> and <a href="http://z3.codeplex.com">here</a>.
|
|
||||||
|
|
||||||
This website hosts the automatically generated documentation for the Z3 APIs.
|
This website hosts the automatically generated documentation for the Z3 APIs.
|
||||||
|
|
||||||
|
|
|
@ -88,6 +88,7 @@ public class Fixedpoint extends Z3Object
|
||||||
/**
|
/**
|
||||||
* Add rule into the fixedpoint solver.
|
* Add rule into the fixedpoint solver.
|
||||||
*
|
*
|
||||||
|
* @param rule implication (Horn clause) representing rule
|
||||||
* @param name Nullable rule name.
|
* @param name Nullable rule name.
|
||||||
* @throws Z3Exception
|
* @throws Z3Exception
|
||||||
**/
|
**/
|
||||||
|
@ -178,6 +179,7 @@ public class Fixedpoint extends Z3Object
|
||||||
/**
|
/**
|
||||||
* Update named rule into in the fixedpoint solver.
|
* Update named rule into in the fixedpoint solver.
|
||||||
*
|
*
|
||||||
|
* @param rule implication (Horn clause) representing rule
|
||||||
* @param name Nullable rule name.
|
* @param name Nullable rule name.
|
||||||
* @throws Z3Exception
|
* @throws Z3Exception
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
Several online tutorials for Z3Py are available at:
|
Several online tutorials for Z3Py are available at:
|
||||||
http://rise4fun.com/Z3Py/tutorial/guide
|
http://rise4fun.com/Z3Py/tutorial/guide
|
||||||
|
|
||||||
Please send feedback, comments and/or corrections to leonardo@microsoft.com. Your comments are very valuable.
|
Please send feedback, comments and/or corrections on the Issue tracker for https://github.com/Z3prover/z3.git. Your comments are very valuable.
|
||||||
|
|
||||||
Small example:
|
Small example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue