cmake: Fix and enabled shared lib support with MSVC
* Add decldll to proto * rework init to make it working for MSVC * fix test_xprs_interface build dotnet: Fix MSVC shared libs support * Fix csproj to include libortools.dll java: Fix MSVC shared_libs support * Fix runtime jar to include libortools.dll python: Fix MSVC shared_libs support * fix __init__.py.in loading for MSVC
This commit is contained in:
committed by
Mizux Seiha
parent
befa5f7a4f
commit
da058cd01b
@@ -39,7 +39,6 @@ ABSL_FLAG(
|
||||
int, size, 0,
|
||||
"Size of the problem. If equal to 0, will test several increasing sizes.");
|
||||
ABSL_FLAG(bool, use_symmetry, false, "Use Symmetry Breaking methods");
|
||||
ABSL_DECLARE_FLAG(bool, cp_disable_solve);
|
||||
|
||||
static const int kNumSolutions[] = {
|
||||
1, 0, 0, 2, 10, 4, 40, 92, 352, 724, 2680, 14200, 73712, 365596, 2279184};
|
||||
|
||||
Reference in New Issue
Block a user