mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
.NET API documentation bugfixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
794823ba6d
commit
fc227e3c96
2 changed files with 2 additions and 2 deletions
|
@ -1311,7 +1311,7 @@ namespace Microsoft.Z3
|
||||||
|
|
||||||
#region Relational Terms
|
#region Relational Terms
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Indicates whether the term is of an array sort.
|
/// Indicates whether the term is of relation sort.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsRelation
|
public bool IsRelation
|
||||||
{
|
{
|
||||||
|
|
|
@ -23,7 +23,7 @@ using System.Diagnostics.Contracts;
|
||||||
namespace Microsoft.Z3
|
namespace Microsoft.Z3
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A ParameterSet represents a configuration in the form of Symbol/value pairs.
|
/// A Params objects represents a configuration in the form of Symbol/value pairs.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[ContractVerification(true)]
|
[ContractVerification(true)]
|
||||||
public class Params : Z3Object
|
public class Params : Z3Object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue