mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
comments fix
This commit is contained in:
parent
9bff93279f
commit
8c3fc574d1
|
@ -2516,7 +2516,7 @@ namespace Microsoft.Z3
|
||||||
/// Create a bit-vector numeral.
|
/// Create a bit-vector numeral.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="v">value of the numeral.</param>
|
/// <param name="v">value of the numeral.</param>
|
||||||
/// /// <param name="size">the size of the bit-vector</param>
|
/// <param name="size">the size of the bit-vector</param>
|
||||||
public BitVecNum MkBV(long v, uint size)
|
public BitVecNum MkBV(long v, uint size)
|
||||||
{
|
{
|
||||||
Contract.Ensures(Contract.Result<BitVecNum>() != null);
|
Contract.Ensures(Contract.Result<BitVecNum>() != null);
|
||||||
|
|
Loading…
Reference in a new issue