forked from openkylin/z3
16 lines
229 B
C#
16 lines
229 B
C#
|
|
|||
|
/*++
|
|||
|
Copyright (c) 2015 Microsoft Corporation
|
|||
|
|
|||
|
--*/
|
|||
|
|
|||
|
using Microsoft.SolverFoundation.Services;
|
|||
|
using System;
|
|||
|
|
|||
|
namespace Microsoft.SolverFoundation.Plugin.Z3
|
|||
|
{
|
|||
|
public class Z3TermDirective : Z3BaseDirective
|
|||
|
{
|
|||
|
}
|
|||
|
}
|