3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Made the InterpolationContext public.

Fixes #20
This commit is contained in:
Christoph M. Wintersteiger 2015-03-31 19:51:42 +02:00
parent 99ea0a8c19
commit 1d9c9bcf7a

View file

@ -13,7 +13,7 @@ namespace Microsoft.Z3
/// <remarks>For more information on interpolation please refer
/// too the C/C++ API, which is well documented.</remarks>
[ContractVerification(true)]
class InterpolationContext : Context
public class InterpolationContext : Context
{
/// <summary>