mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
Made GetInterpolant and ComputeInterpolant public in Java and .NET.
Fixes Codeplex discussion #616450
This commit is contained in:
parent
7fe337daef
commit
b47851d7da
4 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@ namespace Microsoft.Z3
|
|||
/// <summary>
|
||||
/// Vectors of ASTs.
|
||||
/// </summary>
|
||||
internal class ASTVector : Z3Object
|
||||
public class ASTVector : Z3Object
|
||||
{
|
||||
/// <summary>
|
||||
/// The size of the vector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue