3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 12:58:44 +00:00
z3/examples/msf/SolverFoundation.Plugin.Z3/Z3TermDirective.cs
2013-12-27 11:18:10 -08:00

10 lines
175 B
C#

using Microsoft.SolverFoundation.Services;
using System;
namespace Microsoft.SolverFoundation.Plugin.Z3
{
public class Z3TermDirective : Z3BaseDirective
{
}
}