mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 12:58:44 +00:00
10 lines
175 B
C#
10 lines
175 B
C#
using Microsoft.SolverFoundation.Services;
|
|
using System;
|
|
|
|
namespace Microsoft.SolverFoundation.Plugin.Z3
|
|
{
|
|
public class Z3TermDirective : Z3BaseDirective
|
|
{
|
|
}
|
|
}
|