3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

Formatting

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2012-11-23 00:45:48 +00:00
parent c4197722bb
commit c702454f6c
4 changed files with 74 additions and 44 deletions

View file

@ -264,7 +264,8 @@ namespace Microsoft.Z3
/// <summary>
/// Retrieve set of rules added to fixedpoint context.
/// </summary>
public BoolExpr[] Rules {
public BoolExpr[] Rules
{
get
{
Contract.Ensures(Contract.Result<BoolExpr[]>() != null);
@ -281,7 +282,8 @@ namespace Microsoft.Z3
/// <summary>
/// Retrieve set of assertions added to fixedpoint context.
/// </summary>
public BoolExpr[] Assertions {
public BoolExpr[] Assertions
{
get
{
Contract.Ensures(Contract.Result<BoolExpr[]>() != null);