mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
Merge branch 'working' of //z3-1/z3 into working
This commit is contained in:
commit
af13e22f99
|
@ -75,12 +75,7 @@ namespace Microsoft.Z3
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
String res = "";
|
return Native.Z3_param_descrs_to_string(Context.nCtx, NativeObject);
|
||||||
Symbol[] n = Names;
|
|
||||||
if (n.Length > 0) res = n[0].ToString();
|
|
||||||
for (uint i = 1; i < n.Length; i++)
|
|
||||||
res += " " + n[i].ToString();
|
|
||||||
return res;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Internal
|
#region Internal
|
||||||
|
|
Loading…
Reference in a new issue