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:
parent
c4197722bb
commit
c702454f6c
4 changed files with 74 additions and 44 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue