mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
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 Z3MILPDirective : Z3BaseDirective
|
||
{
|
||
}
|
||
}
|