From 1b15ee2762fb763a9af8b60cf55b06950e9dbf36 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Tue, 11 Sep 2018 17:24:46 +0200 Subject: [PATCH] Remove unused files --- tools/CLASSES.fz | 3 - tools/DESCRIPTION.fz | 19 ------ tools/csharp/AssemblyInfo.cs | 11 ---- tools/csharp/CommonAssemblyInfo.cs | 29 --------- tools/csharp/FlatZincAssemblyInfo.cs | 11 ---- tools/dotnet/OrTools.NetCore.csproj | 80 ------------------------- tools/dotnet/OrTools.targets | 39 ------------ tools/dotnet/example.csproj | 15 ----- tools/dotnet/nuget.config | 6 -- tools/fz.nuspec | 21 ------- tools/or-tools.nuspec | 22 ------- tools/template.csproj | 90 ---------------------------- tools/template.sln | 61 ------------------- 13 files changed, 407 deletions(-) delete mode 100644 tools/CLASSES.fz delete mode 100644 tools/DESCRIPTION.fz delete mode 100644 tools/csharp/AssemblyInfo.cs delete mode 100644 tools/csharp/CommonAssemblyInfo.cs delete mode 100644 tools/csharp/FlatZincAssemblyInfo.cs delete mode 100644 tools/dotnet/OrTools.NetCore.csproj delete mode 100644 tools/dotnet/OrTools.targets delete mode 100644 tools/dotnet/example.csproj delete mode 100644 tools/dotnet/nuget.config delete mode 100644 tools/fz.nuspec delete mode 100644 tools/or-tools.nuspec delete mode 100644 tools/template.csproj delete mode 100644 tools/template.sln diff --git a/tools/CLASSES.fz b/tools/CLASSES.fz deleted file mode 100644 index 525b4a0ffb..0000000000 --- a/tools/CLASSES.fz +++ /dev/null @@ -1,3 +0,0 @@ -FD Search -Free Search -Parallel Search diff --git a/tools/DESCRIPTION.fz b/tools/DESCRIPTION.fz deleted file mode 100644 index 2f3ac1428a..0000000000 --- a/tools/DESCRIPTION.fz +++ /dev/null @@ -1,19 +0,0 @@ -OR-Tools Flatzinc interpreter. - -See or-tools: https://developers.google.com/optimization/ - -OR-Tools is a set Operations Research tools developed internally at Google and open-sourced. - -The project contains multiple tools: - - - A Constraint Programming solver - - A Linear Programming solver - - A SAT solver - - A flatzinc interpreter on top of the Constraint Programming solver - - A wrapper around third party linear solvers (GLPK. CLP, CBC, SCIP, Gurobi, CPLEX) - - Knapsack algorithms - - Graph symmetry algorithms - - Graph algorithms (shortest paths, min cost flow, max flow, linear sum assignment) - - Python, Java, and .NET interfaces on top of the C++ libraries. - -It was build by the Operations Research team at Google. diff --git a/tools/csharp/AssemblyInfo.cs b/tools/csharp/AssemblyInfo.cs deleted file mode 100644 index 6f5825f7d3..0000000000 --- a/tools/csharp/AssemblyInfo.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Google.OrTools")] -[assembly: AssemblyDescription(".NET Assembly for the Operations Research Tools project")] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0a227c4c-8bb3-4db0-808f-55dae227d8c5")] diff --git a/tools/csharp/CommonAssemblyInfo.cs b/tools/csharp/CommonAssemblyInfo.cs deleted file mode 100644 index f7d348cc7c..0000000000 --- a/tools/csharp/CommonAssemblyInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Google, Inc")] -[assembly: AssemblyProduct("Operations Research Tools")] -[assembly: AssemblyCopyright("Copyright © 2010-2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -[assembly: AssemblyVersion("VVVV")] -[assembly: AssemblyFileVersion("XXXX")] diff --git a/tools/csharp/FlatZincAssemblyInfo.cs b/tools/csharp/FlatZincAssemblyInfo.cs deleted file mode 100644 index 8901be19c1..0000000000 --- a/tools/csharp/FlatZincAssemblyInfo.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Google.OrTools.FlatZinc")] -[assembly: AssemblyDescription(".NET Assembly for the Operations Research Tools project")] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("fa66a223-119a-4481-a7b8-cc08b6fef732")] diff --git a/tools/dotnet/OrTools.NetCore.csproj b/tools/dotnet/OrTools.NetCore.csproj deleted file mode 100644 index 70c17f6c7f..0000000000 --- a/tools/dotnet/OrTools.NetCore.csproj +++ /dev/null @@ -1,80 +0,0 @@ - - - - Library - netstandard2.0 - false - False - Google.OrTools.Core - Google.OrTools - - - - Google - https://github.com/google/or-tools/blob/master/LICENSE-2.0.txt - https://developers.google.com/optimization - .NET Assembly for the Operations Research Tools project - Copyright 2016 Google, Inc - Operations Research Math Linear Constraint Programming C# .NET SWIG C++ - - - - - - - linearsolver\%(Filename)%(Extension) - - - - linearsolver\%(Filename)%(Extension) - - - - constraintsolver\%(Filename)%(Extension) - - - - constraintsolver\%(Filename)%(Extension) - - - - algorithms\%(Filename)%(Extension) - - - - algorithms\%(Filename)%(Extension) - - - - graph\%(Filename)%(Extension) - - - - sat\%(Filename)%(Extension) - - - - sat\%(Filename)%(Extension) - - - - util\%(Filename)%(Extension) - - - - - - - - - - runtimes/$(TargetRid)/native/$(NativeDllName) - true - - - build/OrTools.targets - true - - - - diff --git a/tools/dotnet/OrTools.targets b/tools/dotnet/OrTools.targets deleted file mode 100644 index 35dc229e2f..0000000000 --- a/tools/dotnet/OrTools.targets +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - PreserveNewest - Google.OrTools.Native.dll - - - - - - PreserveNewest - Google.OrTools.Native.dll - - - - - - PreserveNewest - Google.OrTools.Native.so - - - - - - PreserveNewest - Google.OrTools.Native.so - - - - - - PreserveNewest - Google.OrTools.Native.so - - - - \ No newline at end of file diff --git a/tools/dotnet/example.csproj b/tools/dotnet/example.csproj deleted file mode 100644 index 96d92bbc32..0000000000 --- a/tools/dotnet/example.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - - Exe - netcoreapp2.0 - - - - - - - - - - diff --git a/tools/dotnet/nuget.config b/tools/dotnet/nuget.config deleted file mode 100644 index d02e765f7d..0000000000 --- a/tools/dotnet/nuget.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/tools/fz.nuspec b/tools/fz.nuspec deleted file mode 100644 index 3db712dd76..0000000000 --- a/tools/fz.nuspec +++ /dev/null @@ -1,21 +0,0 @@ - - - - NNNN - VVVV - Google - https://github.com/google/or-tools/blob/master/LICENSE-2.0.txt - https://developers.google.com/optimization - .NET Assembly for the Operations Research Tools project - Copyright 2016 Google, Inc - Flatzinc Operations Research Math Linear Constraint Programming C# .NET SWIG C++ - - - - - - - - - - diff --git a/tools/or-tools.nuspec b/tools/or-tools.nuspec deleted file mode 100644 index c2536ae7c4..0000000000 --- a/tools/or-tools.nuspec +++ /dev/null @@ -1,22 +0,0 @@ - - - - NNNN - VVVV - Google - https://github.com/google/or-tools/blob/master/LICENSE-2.0.txt - https://developers.google.com/optimization - .NET Assembly for the Operations Research Tools project - Copyright 2016 Google, Inc - Operations Research Math Linear Constraint Programming C# .NET SWIG C++ - - - - - - - - - - - diff --git a/tools/template.csproj b/tools/template.csproj deleted file mode 100644 index cb9ba6472f..0000000000 --- a/tools/template.csproj +++ /dev/null @@ -1,90 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - Exe - Properties - EXECUTABLE - EXECUTABLE - v4.5 - - - 512 - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - true - true - false - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - false - - - - ..\..\..\bin\Google.OrTools.dll - - - ..\..\..\bin\Google.Protobuf.dll - - - - - - - - - - - - SOURCEFILE - - - - - - - - - \ No newline at end of file diff --git a/tools/template.sln b/tools/template.sln deleted file mode 100644 index 5df1fb65e6..0000000000 --- a/tools/template.sln +++ /dev/null @@ -1,61 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio -#Projects -#End Projects -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Debug|x64.ActiveCfg = Debug|x64 - {E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Debug|x64.Build.0 = Debug|x64 - {E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Debug|x86.ActiveCfg = Debug|x86 - {E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Debug|x86.Build.0 = Debug|x86 - {E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Release|x64.ActiveCfg = Release|x64 - {E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Release|x64.Build.0 = Release|x64 - {E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Release|x86.ActiveCfg = Release|x86 - {E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Release|x86.Build.0 = Release|x86 - {7084D1DB-2554-4FE3-833E-16BD0082D177}.Debug|x64.ActiveCfg = Debug|x64 - {7084D1DB-2554-4FE3-833E-16BD0082D177}.Debug|x86.ActiveCfg = Debug|x86 - {7084D1DB-2554-4FE3-833E-16BD0082D177}.Release|x64.ActiveCfg = Release|x64 - {7084D1DB-2554-4FE3-833E-16BD0082D177}.Release|x86.ActiveCfg = Release|x86 - {7E74C275-F822-4817-A940-3EA93C50FD57}.Debug|x64.ActiveCfg = Debug|x64 - {7E74C275-F822-4817-A940-3EA93C50FD57}.Debug|x64.Build.0 = Debug|x64 - {7E74C275-F822-4817-A940-3EA93C50FD57}.Debug|x86.ActiveCfg = Debug|x86 - {7E74C275-F822-4817-A940-3EA93C50FD57}.Debug|x86.Build.0 = Debug|x86 - {7E74C275-F822-4817-A940-3EA93C50FD57}.Release|x64.ActiveCfg = Release|x64 - {7E74C275-F822-4817-A940-3EA93C50FD57}.Release|x64.Build.0 = Release|x64 - {7E74C275-F822-4817-A940-3EA93C50FD57}.Release|x86.ActiveCfg = Release|x86 - {7E74C275-F822-4817-A940-3EA93C50FD57}.Release|x86.Build.0 = Release|x86 - {FB4FF416-E290-4D00-AA03-3CF373AF1067}.Debug|x64.ActiveCfg = Debug|x64 - {FB4FF416-E290-4D00-AA03-3CF373AF1067}.Debug|x64.Build.0 = Debug|x64 - {FB4FF416-E290-4D00-AA03-3CF373AF1067}.Debug|x86.ActiveCfg = Debug|x86 - {FB4FF416-E290-4D00-AA03-3CF373AF1067}.Debug|x86.Build.0 = Debug|x86 - {FB4FF416-E290-4D00-AA03-3CF373AF1067}.Release|x64.ActiveCfg = Release|x64 - {FB4FF416-E290-4D00-AA03-3CF373AF1067}.Release|x64.Build.0 = Release|x64 - {FB4FF416-E290-4D00-AA03-3CF373AF1067}.Release|x86.ActiveCfg = Release|x86 - {FB4FF416-E290-4D00-AA03-3CF373AF1067}.Release|x86.Build.0 = Release|x86 - {206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Debug|x64.ActiveCfg = Debug|x64 - {206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Debug|x64.Build.0 = Debug|x64 - {206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Debug|x86.ActiveCfg = Debug|x86 - {206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Debug|x86.Build.0 = Debug|x86 - {206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Release|x64.ActiveCfg = Release|x64 - {206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Release|x64.Build.0 = Release|x64 - {206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Release|x86.ActiveCfg = Release|x86 - {206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Release|x86.Build.0 = Release|x86 - {4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Debug|x64.ActiveCfg = Debug|x64 - {4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Debug|x64.Build.0 = Debug|x64 - {4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Debug|x86.ActiveCfg = Debug|x86 - {4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Debug|x86.Build.0 = Debug|x86 - {4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Release|x64.ActiveCfg = Release|x64 - {4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Release|x64.Build.0 = Release|x64 - {4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Release|x86.ActiveCfg = Release|x86 - {4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Release|x86.Build.0 = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal