-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPLEX Integration with .NET #2470
Comments
|
can you try make run SOURCE=examples/cpp/integer_programming.cc |
|
Check the process. Make sure make clean is called after adding the WINDOWS_CPLEX_DIR to Makefile.local I just did a fresh compilation from scratch. Both examples/cpp/integer_programming.cc and examples/dotnet/csinteger_programming.cs works fine (note that I tweaked the C# example to add the cplex option) |
|
Do I need to run tools\make clean_third_party or make clean after adding WINDOWS_CPLEX_DIR to Makefile.local ? (Note :I have tweaked the C# example with the cplex option) |
|
make clean
Laurent Perron | Operations Research | ***@***.*** | (33) 1 42 68 53
00
Le mer. 31 mars 2021 à 11:52, Akash Sambrekar ***@***.***> a
écrit :
… Do I need to run tools\make clean_third_party or make clean after adding
WINDOWS_CPLEX_DIR to Makefile.local ?
(Note :I have tweaked the C# example with the cplex option)
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#2470 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3LSHHB2KDMZBWB2EH3TGLWG7ANCNFSM42B57TLA>
.
|
|
Yes it works now Laurent !.. |
|
For the record stable (8.2) contains an harcoded version or-tools/makefiles/Makefile.win.mk Lines 120 to 125 in fa84bc0
|
What version of OR-Tools and what language are you using?
Version: master/v7.3/v7.2 etc.
Language: C#
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
CPLEX
What operating system (Linux, Windows, ...) and version?
Windows 10
What did you do?
Steps to reproduce the behaviour
After cloning master branch, I execute the following commands
tools\make third_partyI added the
WINDOWS_CPLEX_DIR = C:\Program Files\IBM\ILOG\CPLEX_Studio1210in Makefile.Localtools\make dotnetIf I try to run a examples with cplex with the following command , it doesn't work
make run SOURCE=examples/dotnet/BasicExample.csThe project seems to work fine GLOP , SCIP but not with CPLEX
Error received:
The text was updated successfully, but these errors were encountered: