z3/examples/msf/SolverFoundation.Plugin.Z3/Z3TermDirective.cs

16 lines
229 B
C#
Raw Normal View History

2022-08-15 16:26:39 +08:00
/*++
Copyright (c) 2015 Microsoft Corporation
--*/
using Microsoft.SolverFoundation.Services;
using System;
namespace Microsoft.SolverFoundation.Plugin.Z3
{
public class Z3TermDirective : Z3BaseDirective
{
}
}