google / or-tools

Google's Operations Research tools:
https://developers.google.com/optimization/
Apache License 2.0
10.97k stars 2.1k forks source link

Missing lib when using make install_cc on Windows #1814

Closed Pandeyshobhit closed 4 years ago

Pandeyshobhit commented 4 years ago

Hi guys, after trying to compile from source the OR-Tools(I have followed all the steps and have the prerequisites like downloaded Visual Studio 2019, Cmake >3.5 and Git all the latest versions.)and want to link SCIP with or tools. I ran the tools\make third_party command and a file named Makefile.local is created but after adding the SCIPOptSuite path ,it is showing the following error.**[C:\Users\Shobhit\or-tools>tools\make cc makefiles/Makefile.third_party.win.mk:63: * Third party SCIP files was not found! please check the path given to WINDOWS_SCIP_DIR. Stop.]**** I followed all the installation steps including git + cmake + VS installation and compilation from the x64 terminal from VS but couldn't get past this error. I hope you can give me a hand with this since I haven't been able to figure it out.

Pandeyshobhit commented 4 years ago

After using vs17

lperron commented 4 years ago

Makefile is expecting to find /include/scip/scip.h

Adjust WINDOWS_SCIP_DIR as needed.

Pandeyshobhit commented 4 years ago

still the error is same after WINDOWS_SCIP_DIR = 'C:\Program Files\SCIPOptSuite 6.0.2\include\scip\scip.h'

lperron commented 4 years ago

1) the desired path is: WINDOWS_SCIP_DIR = 'C:\Program Files\SCIPOptSuite 6.0.2' 2) there are problems with ' ', you can try with:

WINDOWS_SCIP_DIR = "C:\Program Files\SCIPOptSuite 6.0.2"

or

WINDOWS_SCIP_DIR = C:\Progra~1\SCIPOptSuite 6.0.2 Laurent Perron | Operations Research | lperron@google.com | (33) 1 42 68 53 00

Le mar. 31 déc. 2019 à 14:53, Pandeyshobhit notifications@github.com a écrit :

still the error is same after WINDOWS_SCIP_DIR = 'C:\Program Files\SCIPOptSuite 6.0.2\include\scip\scip.h'

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/google/or-tools/issues/1814?email_source=notifications&email_token=ACUPL3LWY6APZWOZD3UGPXTQ3NFF3A5CNFSM4KBKYJDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH4HSJY#issuecomment-569932071, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUPL3NSKFHH4DZCKCSHDILQ3NFF3ANCNFSM4KBKYJDA .

Pandeyshobhit commented 4 years ago

I tried all the three ways ..... But still the error is same. I am using visual studio 2019. Because using vs17 was giving many errors related to cmake and nmake in the tools\make third_party command

Pandeyshobhit commented 4 years ago

1) the desired path is: WINDOWS_SCIP_DIR = 'C:\Program Files\SCIPOptSuite 6.0.2' 2) there are problems with ' ', you can try with: WINDOWS_SCIP_DIR = "C:\Program Files\SCIPOptSuite 6.0.2" or WINDOWS_SCIP_DIR = C:\Progra~1\SCIPOptSuite 6.0.2 Laurent Perron | Operations Research | lperron@google.com | (33) 1 42 68 53 00 Le mar. 31 déc. 2019 à 14:53, Pandeyshobhit notifications@github.com a écrit : still the error is same after WINDOWS_SCIP_DIR = 'C:\Program Files\SCIPOptSuite 6.0.2\include\scip\scip.h' — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#1814?email_source=notifications&email_token=ACUPL3LWY6APZWOZD3UGPXTQ3NFF3A5CNFSM4KBKYJDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH4HSJY#issuecomment-569932071>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUPL3NSKFHH4DZCKCSHDILQ3NFF3ANCNFSM4KBKYJDA .

please explain what to do now ?

Pandeyshobhit commented 4 years ago

This is the error **E:\or-tools-stable>make all makefiles/Makefile.third_party.win.mk:63: * Third party SCIP files was not found! please check the path given to WINDOWS_SCIP_DIR. Stop.

lperron commented 4 years ago

I will not access a windows machine for at least one more week. I cannot help you. Laurent Perron | Operations Research | lperron@google.com | (33) 1 42 68 53 00

Le jeu. 2 janv. 2020 à 13:38, Pandeyshobhit notifications@github.com a écrit :

This is the error

*E:\or-tools-stable>make all makefiles/Makefile.third_party.win.mk:63 http://Makefile.third_party.win.mk:63: ** Third party SCIP files was not found! please check the path given to WINDOWS_SCIP_DIR. Stop.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/google/or-tools/issues/1814?email_source=notifications&email_token=ACUPL3LKNSEP3A6CJ5HAOMTQ3XN4FA5CNFSM4KBKYJDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH6IATQ#issuecomment-570196046, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUPL3OWWSVVFWUFYZO556DQ3XN4FANCNFSM4KBKYJDA .

Pandeyshobhit commented 4 years ago

I will not access a windows machine for at least one more week. I cannot help you. Laurent Perron | Operations Research | lperron@google.com | (33) 1 42 68 53 00 Le jeu. 2 janv. 2020 à 13:38, Pandeyshobhit notifications@github.com a écrit : This is the error *E:\or-tools-stable>make all makefiles/Makefile.third_party.win.mk:63 http://Makefile.third_party.win.mk:63: ** Third party SCIP files was not found! please check the path given to WINDOWS_SCIP_DIR. Stop. — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#1814?email_source=notifications&email_token=ACUPL3LKNSEP3A6CJ5HAOMTQ3XN4FA5CNFSM4KBKYJDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH6IATQ#issuecomment-570196046>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUPL3OWWSVVFWUFYZO556DQ3XN4FANCNFSM4KBKYJDA .

Ok , But can you assign someone else??

lperron commented 4 years ago

No

Le ven. 3 janv. 2020 à 08:26, Pandeyshobhit notifications@github.com a écrit :

I will not access a windows machine for at least one more week. I cannot help you. Laurent Perron | Operations Research | lperron@google.com | (33) 1 42 68 53 00 Le jeu. 2 janv. 2020 à 13:38, Pandeyshobhit notifications@github.com a écrit : … <#m-5955228590899415514> This is the error *E:\or-tools-stable>make all makefiles/Makefile.third_party.win.mk:63 http://Makefile.third_party.win.mk:63 http://Makefile.third_party.win.mk:63 http://Makefile.third_party.win.mk:63: ** Third party SCIP files was not found! please check the path given to WINDOWS_SCIP_DIR. Stop. — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#1814 https://github.com/google/or-tools/issues/1814?email_source=notifications&email_token=ACUPL3LKNSEP3A6CJ5HAOMTQ3XN4FA5CNFSM4KBKYJDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH6IATQ#issuecomment-570196046>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUPL3OWWSVVFWUFYZO556DQ3XN4FANCNFSM4KBKYJDA .

Ok , But can you assign someone else??

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/google/or-tools/issues/1814?email_source=notifications&email_token=ACUPL3MCG3RIPR25TZ2RLXLQ33SBHA5CNFSM4KBKYJDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIAPO4I#issuecomment-570488689, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUPL3OP7CFTC4VWIZMXI4TQ33SBHANCNFSM4KBKYJDA .

Pandeyshobhit commented 4 years ago

No Le ven. 3 janv. 2020 à 08:26, Pandeyshobhit notifications@github.com a écrit : I will not access a windows machine for at least one more week. I cannot help you. Laurent Perron | Operations Research | @. | (33) 1 42 68 53 00 Le jeu. 2 janv. 2020 à 13:38, Pandeyshobhit @. a écrit : … <#m-5955228590899415514> This is the error *E:\or-tools-stable>make all makefiles/Makefile.third_party.win.mk:63 http://Makefile.third_party.win.mk:63 http://Makefile.third_party.win.mk:63 http://Makefile.third_party.win.mk:63: ** Third party SCIP files was not found! please check the path given to WINDOWS_SCIP_DIR. Stop. — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#1814 <#1814>?email_source=notifications&email_token=ACUPL3LKNSEP3A6CJ5HAOMTQ3XN4FA5CNFSM4KBKYJDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH6IATQ#issuecomment-570196046>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUPL3OWWSVVFWUFYZO556DQ3XN4FANCNFSM4KBKYJDA . Ok , But can you assign someone else?? — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#1814?email_source=notifications&email_token=ACUPL3MCG3RIPR25TZ2RLXLQ33SBHA5CNFSM4KBKYJDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIAPO4I#issuecomment-570488689>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUPL3OP7CFTC4VWIZMXI4TQ33SBHANCNFSM4KBKYJDA .

Ok , I will wait till next week no problem.

Mizux commented 4 years ago

please take a look at https://stackoverflow.com/questions/53627277/third-party-scip-files-was-not-found-when-i-build-the-source-code-of-or-tools-in

basically you must not have any space in path since we can't guard from it in the Makefile wildcard function. try to use dir "directory*" /x to get the shortname without space of each directory

e.g.

dir "%ProgramFiles%*" /x
...
01/06/2020  10:35 AM    <DIR>          PROGRA~1     Program Files

dir "%ProgramFiles%\SCIPOp*" /x
...
 Directory of C:\Program Files
06/24/2019  10:28 AM    <DIR>          SCIPOP~1.1   SCIPOptSuite 6.0.1
01/06/2020  10:35 AM    <DIR>          SCIPOP~1.2   SCIPOptSuite 6.0.2

then you can use

set WINDOWS_SCIP_DIR=C:\PROGRA~1\SCIPOP~1.2
Pandeyshobhit commented 4 years ago

please take a look at https://stackoverflow.com/questions/53627277/third-party-scip-files-was-not-found-when-i-build-the-source-code-of-or-tools-in

basically you must not have any space in path since we can't guard from it in the Makefile wildcard function. try to use dir "directory*" /x to get the shortname without space of each directory

e.g.

dir "%ProgramFiles%*" /x
...
01/06/2020  10:35 AM    <DIR>          PROGRA~1     Program Files

dir "%ProgramFiles%\SCIPOp*" /x
...
 Directory of C:\Program Files
06/24/2019  10:28 AM    <DIR>          SCIPOP~1.1   SCIPOptSuite 6.0.1
01/06/2020  10:35 AM    <DIR>          SCIPOP~1.2   SCIPOptSuite 6.0.2

then you can use

set WINDOWS_SCIP_DIR=C:\PROGRA~1\SCIPOP~1.2

yes , after following the above steps the error was removed.But now the command tools\make install_cc is giving this error. C:\Users\Shobhit\or-tools-stable> tools\make install_cc tools\win\mkdir.exe -p "C:\Program Files\or-tools" md "C:\Program Files\or-tools\include" The directory or file cannot be created. tools\make: [install_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\lib" The directory or file cannot be created. tools\make: [install_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\bin" The directory or file cannot be created. tools\make: [install_dirs] Error 1 (ignored) tools\win\rm.exe -rf "C:\Program Files\or-tools\include\ortools" md "C:\Program Files\or-tools\include\ortools" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\algorithms" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\base" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\bop" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\constraint_solver" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\glop" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\graph" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\linear_solver" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\lp_data" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\port" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\sat" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\util" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\data" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) copy LICENSE-2.0.txt "C:\Program Files\or-tools" Access is denied. 0 file(s) copied. tools\make: *** [install_libortools] Error 1

CervEdin commented 4 years ago

Are you running as admin?

On Tue, 7 Jan 2020, 13:06 Pandeyshobhit, notifications@github.com wrote:

please take a look at https://stackoverflow.com/questions/53627277/third-party-scip-files-was-not-found-when-i-build-the-source-code-of-or-tools-in

basically you must not have any space in path since we can't guard from it in the Makefile wildcard function. try to use dir "directory*" /x to get the shortname without space of each directory

e.g.

dir "%ProgramFiles%*" /x ... 01/06/2020 10:35 AM

PROGRA~1 Program Files

dir "%ProgramFiles%\SCIPOp*" /x ... Directory of C:\Program Files 06/24/2019 10:28 AM

SCIPOP~1.1 SCIPOptSuite 6.0.1 01/06/2020 10:35 AM SCIPOP~1.2 SCIPOptSuite 6.0.2

then you can use

set WINDOWS_SCIP_DIR=C:\PROGRA~1\SCIPOP~1.2

yes , after following the above steps the error was removed.But now the command tools\make install_cc is giving this error. C:\Users\Shobhit\or-tools-stable> tools\make install_cc tools\win\mkdir.exe -p "C:\Program Files\or-tools" md "C:\Program Files\or-tools\include" The directory or file cannot be created. tools\make: [install_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\lib" The directory or file cannot be created. tools\make: [install_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\bin" The directory or file cannot be created. tools\make: [install_dirs] Error 1 (ignored) tools\win\rm.exe -rf "C:\Program Files\or-tools\include\ortools" md "C:\Program Files\or-tools\include\ortools" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\algorithms" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\base" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\bop" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\constraint_solver" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\glop" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\graph" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\linear_solver" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\lp_data" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\port" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\sat" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\util" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) md "C:\Program Files\or-tools\include\ortools\data" The directory or file cannot be created. tools\make: [install_ortools_dirs] Error 1 (ignored) copy LICENSE-2.0.txt "C:\Program Files\or-tools" Access is denied. 0 file(s) copied. tools\make: *** [install_libortools] Error 1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/or-tools/issues/1814?email_source=notifications&email_token=AAXL5ERFYKIDTRCGFS6QZX3Q4RV3NA5CNFSM4KBKYJDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIIVCFI#issuecomment-571560213, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXL5ETCZOMLQG5NC2GXXNLQ4RV3NANCNFSM4KBKYJDA .

Pandeyshobhit commented 4 years ago

admin??

Pandeyshobhit commented 4 years ago

I am doing it in x64 native command prompt vs19

CervEdin commented 4 years ago

Are you running visual studio as administrator?

On Tue, Jan 7, 2020 at 1:11 PM Pandeyshobhit notifications@github.com wrote:

I am doing it in x64 native command prompt vs19

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/google/or-tools/issues/1814?email_source=notifications&email_token=AAXL5ETJL6IA4IEUPLBLXU3Q4RWQZA5CNFSM4KBKYJDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIIVOKI#issuecomment-571561769, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXL5EXTIX2F5GIJVBQ4NODQ4RWQZANCNFSM4KBKYJDA .

Pandeyshobhit commented 4 years ago

Yes

Pandeyshobhit commented 4 years ago

I think installation is done as no error occured this time after running the command tools\make install_cc Please go through the results and suggest me instructions if something is wrong. Thankyou C:\Users\Shobhit\or-tools-stable>tools\make install_cc tools\win\mkdir.exe -p "C:\Program Files\or-tools" md "C:\Program Files\or-tools\include" md "C:\Program Files\or-tools\lib" md "C:\Program Files\or-tools\bin" tools\win\rm.exe -rf "C:\Program Files\or-tools\include\ortools" md "C:\Program Files\or-tools\include\ortools" md "C:\Program Files\or-tools\include\ortools\algorithms" md "C:\Program Files\or-tools\include\ortools\base" md "C:\Program Files\or-tools\include\ortools\bop" md "C:\Program Files\or-tools\include\ortools\constraint_solver" md "C:\Program Files\or-tools\include\ortools\glop" md "C:\Program Files\or-tools\include\ortools\graph" md "C:\Program Files\or-tools\include\ortools\linear_solver" md "C:\Program Files\or-tools\include\ortools\lp_data" md "C:\Program Files\or-tools\include\ortools\port" md "C:\Program Files\or-tools\include\ortools\sat" md "C:\Program Files\or-tools\include\ortools\util" md "C:\Program Files\or-tools\include\ortools\data" copy LICENSE-2.0.txt "C:\Program Files\or-tools" 1 file(s) copied. copy ortools\algorithms\*.h "C:\Program Files\or-tools\include\ortools\algorithms" ortools\algorithms\dense_doubly_linked_list.h ortools\algorithms\dynamic_partition.h ortools\algorithms\dynamic_permutation.h ortools\algorithms\find_graph_symmetries.h ortools\algorithms\hungarian.h ortools\algorithms\knapsack_solver.h ortools\algorithms\knapsack_solver_for_cuts.h ortools\algorithms\sparse_permutation.h 8 file(s) copied. copy ortools\base\*.h "C:\Program Files\or-tools\include\ortools\base" ortools\base\accurate_sum.h ortools\base\adjustable_priority_queue-inl.h ortools\base\adjustable_priority_queue.h ortools\base\base_export.h ortools\base\basictypes.h ortools\base\bitmap.h ortools\base\canonical_errors.h ortools\base\cleanup.h ortools\base\commandlineflags.h ortools\base\encodingutils.h ortools\base\file.h ortools\base\filelineiter.h ortools\base\hash.h ortools\base\int128.h ortools\base\integral_types.h ortools\base\int_type.h ortools\base\int_type_indexed_vector.h ortools\base\iterator_adaptors.h ortools\base\jniutil.h ortools\base\logging.h ortools\base\macros.h ortools\base\map_util.h ortools\base\mathutil.h ortools\base\murmur.h ortools\base\protobuf_util.h ortools\base\protoutil.h ortools\base\ptr_util.h ortools\base\python-swig.h ortools\base\random.h ortools\base\recordio.h ortools\base\small_map.h ortools\base\small_ordered_set.h ortools\base\status.h ortools\base\statusor.h ortools\base\status_macros.h ortools\base\stl_util.h ortools\base\sysinfo.h ortools\base\thorough_hash.h ortools\base\threadpool.h ortools\base\timer.h ortools\base\typeid.h ortools\base\version.h 42 file(s) copied. copy ortools\constraint_solver\*.h "C:\Program Files\or-tools\include\ortools\constraint_solver" ortools\constraint_solver\constraint_solver.h ortools\constraint_solver\constraint_solveri.h ortools\constraint_solver\routing.h ortools\constraint_solver\routing_flags.h ortools\constraint_solver\routing_index_manager.h ortools\constraint_solver\routing_lp_scheduling.h ortools\constraint_solver\routing_neighborhoods.h ortools\constraint_solver\routing_parameters.h ortools\constraint_solver\routing_types.h 9 file(s) copied. copy ortools\gen\ortools\constraint_solver\*.pb.h "C:\Program Files\or-tools\include\ortools\constraint_solver" ortools\gen\ortools\constraint_solver\assignment.pb.h ortools\gen\ortools\constraint_solver\demon_profiler.pb.h ortools\gen\ortools\constraint_solver\routing_enums.pb.h ortools\gen\ortools\constraint_solver\routing_parameters.pb.h ortools\gen\ortools\constraint_solver\search_limit.pb.h ortools\gen\ortools\constraint_solver\solver_parameters.pb.h 6 file(s) copied. copy ortools\bop\*.h "C:\Program Files\or-tools\include\ortools\bop" ortools\bop\bop_base.h ortools\bop\bop_fs.h ortools\bop\bop_lns.h ortools\bop\bop_ls.h ortools\bop\bop_portfolio.h ortools\bop\bop_solution.h ortools\bop\bop_solver.h ortools\bop\bop_types.h ortools\bop\bop_util.h ortools\bop\complete_optimizer.h ortools\bop\integral_solver.h 11 file(s) copied. copy ortools\gen\ortools\bop\*.pb.h "C:\Program Files\or-tools\include\ortools\bop" ortools\gen\ortools\bop\bop_parameters.pb.h 1 file(s) copied. copy ortools\glop\*.h "C:\Program Files\or-tools\include\ortools\glop" ortools\glop\basis_representation.h ortools\glop\dual_edge_norms.h ortools\glop\entering_variable.h ortools\glop\initial_basis.h ortools\glop\lp_solver.h ortools\glop\lu_factorization.h ortools\glop\markowitz.h ortools\glop\preprocessor.h ortools\glop\primal_edge_norms.h ortools\glop\rank_one_update.h ortools\glop\reduced_costs.h ortools\glop\revised_simplex.h ortools\glop\status.h ortools\glop\update_row.h ortools\glop\variables_info.h ortools\glop\variable_values.h 16 file(s) copied. copy ortools\gen\ortools\glop\*.pb.h "C:\Program Files\or-tools\include\ortools\glop" ortools\gen\ortools\glop\parameters.pb.h 1 file(s) copied. copy ortools\graph\*.h "C:\Program Files\or-tools\include\ortools\graph" ortools\graph\assignment.h ortools\graph\christofides.h ortools\graph\cliques.h ortools\graph\connected_components.h ortools\graph\connectivity.h ortools\graph\ebert_graph.h ortools\graph\eulerian_path.h ortools\graph\graph.h ortools\graph\graphs.h ortools\graph\hamiltonian_path.h ortools\graph\io.h ortools\graph\iterators.h ortools\graph\linear_assignment.h ortools\graph\max_flow.h ortools\graph\minimum_spanning_tree.h ortools\graph\min_cost_flow.h ortools\graph\one_tree_lower_bound.h ortools\graph\shortestpaths.h ortools\graph\strongly_connected_components.h ortools\graph\util.h 20 file(s) copied. copy ortools\gen\ortools\graph\*.h "C:\Program Files\or-tools\include\ortools\graph" ortools\gen\ortools\graph\flow_problem.pb.h 1 file(s) copied. copy ortools\linear_solver\*.h "C:\Program Files\or-tools\include\ortools\linear_solver" ortools\linear_solver\glop_utils.h ortools\linear_solver\gurobi_environment.h ortools\linear_solver\gurobi_proto_solver.h ortools\linear_solver\linear_expr.h ortools\linear_solver\linear_solver.h ortools\linear_solver\model_exporter.h ortools\linear_solver\model_exporter_swig_helper.h ortools\linear_solver\model_validator.h ortools\linear_solver\scip_helper_macros.h ortools\linear_solver\scip_proto_solver.h 10 file(s) copied. copy ortools\gen\ortools\linear_solver\*.pb.h "C:\Program Files\or-tools\include\ortools\linear_solver" ortools\gen\ortools\linear_solver\linear_solver.pb.h 1 file(s) copied. copy ortools\lp_data\*.h "C:\Program Files\or-tools\include\ortools\lp_data" ortools\lp_data\lp_data.h ortools\lp_data\lp_data_utils.h ortools\lp_data\lp_decomposer.h ortools\lp_data\lp_print_utils.h ortools\lp_data\lp_types.h ortools\lp_data\lp_utils.h ortools\lp_data\matrix_scaler.h ortools\lp_data\matrix_utils.h ortools\lp_data\model_reader.h ortools\lp_data\mps_reader.h ortools\lp_data\permutation.h ortools\lp_data\proto_utils.h ortools\lp_data\scattered_vector.h ortools\lp_data\sparse.h ortools\lp_data\sparse_column.h ortools\lp_data\sparse_row.h ortools\lp_data\sparse_vector.h 17 file(s) copied. copy ortools\port\*.h "C:\Program Files\or-tools\include\ortools\port" ortools\port\file.h ortools\port\proto_utils.h ortools\port\sysinfo.h ortools\port\utf8.h 4 file(s) copied. copy ortools\sat\*.h "C:\Program Files\or-tools\include\ortools\sat" ortools\sat\all_different.h ortools\sat\boolean_problem.h ortools\sat\circuit.h ortools\sat\clause.h ortools\sat\cp_constraints.h ortools\sat\cp_model.h ortools\sat\cp_model_checker.h ortools\sat\cp_model_expand.h ortools\sat\cp_model_lns.h ortools\sat\cp_model_loader.h ortools\sat\cp_model_objective.h ortools\sat\cp_model_presolve.h ortools\sat\cp_model_search.h ortools\sat\cp_model_solver.h ortools\sat\cp_model_symmetries.h ortools\sat\cp_model_utils.h ortools\sat\cumulative.h ortools\sat\cuts.h ortools\sat\diffn.h ortools\sat\disjunctive.h ortools\sat\drat_checker.h ortools\sat\drat_proof_handler.h ortools\sat\drat_writer.h ortools\sat\encoding.h ortools\sat\implied_bounds.h ortools\sat\integer.h ortools\sat\integer_expr.h ortools\sat\integer_search.h ortools\sat\intervals.h ortools\sat\linear_constraint.h ortools\sat\linear_constraint_manager.h ortools\sat\linear_programming_constraint.h ortools\sat\linear_relaxation.h ortools\sat\lp_utils.h ortools\sat\model.h ortools\sat\optimization.h ortools\sat\overload_checker.h ortools\sat\pb_constraint.h ortools\sat\precedences.h ortools\sat\presolve_context.h ortools\sat\presolve_util.h ortools\sat\probing.h ortools\sat\pseudo_costs.h ortools\sat\restart.h ortools\sat\rins.h ortools\sat\sat_base.h ortools\sat\sat_decision.h ortools\sat\sat_solver.h ortools\sat\simplification.h ortools\sat\subsolver.h ortools\sat\swig_helper.h ortools\sat\symmetry.h ortools\sat\synchronization.h ortools\sat\table.h ortools\sat\theta_tree.h ortools\sat\timetable.h ortools\sat\timetable_edgefinding.h ortools\sat\util.h 58 file(s) copied. copy ortools\gen\ortools\sat\*.pb.h "C:\Program Files\or-tools\include\ortools\sat" ortools\gen\ortools\sat\boolean_problem.pb.h ortools\gen\ortools\sat\cp_model.pb.h ortools\gen\ortools\sat\sat_parameters.pb.h 3 file(s) copied. copy ortools\util\*.h "C:\Program Files\or-tools\include\ortools\util" ortools\util\adaptative_parameter_value.h ortools\util\affine_relation.h ortools\util\bitset.h ortools\util\cached_log.h ortools\util\file_util.h ortools\util\fp_utils.h ortools\util\functions_swig_helpers.h ortools\util\functions_swig_test_helpers.h ortools\util\graph_export.h ortools\util\integer_pq.h ortools\util\lazy_mutable_copy.h ortools\util\monoid_operation_tree.h ortools\util\permutation.h ortools\util\piecewise_linear_function.h ortools\util\proto_tools.h ortools\util\random_engine.h ortools\util\range_minimum_query.h ortools\util\range_query_function.h ortools\util\rational_approximation.h ortools\util\return_macros.h ortools\util\rev.h ortools\util\running_stat.h ortools\util\saturated_arithmetic.h ortools\util\sigint.h ortools\util\sort.h ortools\util\sorted_interval_list.h ortools\util\stats.h ortools\util\string_array.h ortools\util\time_limit.h ortools\util\tuple_set.h ortools\util\vector_map.h ortools\util\vector_or_function.h ortools\util\zvector.h 33 file(s) copied. copy ortools\gen\ortools\util\*.pb.h "C:\Program Files\or-tools\include\ortools\util" ortools\gen\ortools\util\optional_boolean.pb.h 1 file(s) copied. copy ortools\data\*.h "C:\Program Files\or-tools\include\ortools\data" ortools\data\jobshop_scheduling_parser.h ortools\data\rcpsp_parser.h ortools\data\set_covering_data.h ortools\data\set_covering_parser.h 4 file(s) copied. copy ortools\gen\ortools\data\*.pb.h "C:\Program Files\or-tools\include\ortools\data" ortools\gen\ortools\data\jobshop_scheduling.pb.h ortools\gen\ortools\data\rcpsp.pb.h 2 file(s) copied. copy lib\ortools.lib "C:\Program Files\or-tools\lib" 1 file(s) copied. copy dependencies\install\include\zlib.h "C:\Program Files\or-tools\include" 1 file(s) copied. copy dependencies\install\include\zconf.h "C:\Program Files\or-tools\include" 1 file(s) copied. md "C:\Program Files\or-tools\include\gflags" xcopy /E /Y dependencies\install\include\gflags "C:\Program Files\or-tools\include\gflags" dependencies\install\include\gflags\gflags.h dependencies\install\include\gflags\gflags_completions.h dependencies\install\include\gflags\gflags_declare.h dependencies\install\include\gflags\gflags_gflags.h 4 File(s) copied md "C:\Program Files\or-tools\include\glog" xcopy /E /Y dependencies\install\include\glog "C:\Program Files\or-tools\include\glog" dependencies\install\include\glog\logging.h dependencies\install\include\glog\log_severity.h dependencies\install\include\glog\raw_logging.h dependencies\install\include\glog\stl_logging.h dependencies\install\include\glog\vlog_is_on.h 5 File(s) copied md "C:\Program Files\or-tools\include\google" xcopy /E /Y dependencies\install\include\google "C:\Program Files\or-tools\include\google" dependencies\install\include\google\protobuf\any.h dependencies\install\include\google\protobuf\any.pb.h dependencies\install\include\google\protobuf\any.proto dependencies\install\include\google\protobuf\any_test.proto dependencies\install\include\google\protobuf\api.pb.h dependencies\install\include\google\protobuf\api.proto dependencies\install\include\google\protobuf\arena.h dependencies\install\include\google\protobuf\arenastring.h dependencies\install\include\google\protobuf\arena_impl.h dependencies\install\include\google\protobuf\descriptor.h dependencies\install\include\google\protobuf\descriptor.pb.h dependencies\install\include\google\protobuf\descriptor.proto dependencies\install\include\google\protobuf\descriptor_database.h dependencies\install\include\google\protobuf\duration.pb.h dependencies\install\include\google\protobuf\duration.proto dependencies\install\include\google\protobuf\dynamic_message.h dependencies\install\include\google\protobuf\empty.pb.h dependencies\install\include\google\protobuf\empty.proto dependencies\install\include\google\protobuf\extension_set.h dependencies\install\include\google\protobuf\extension_set_inl.h dependencies\install\include\google\protobuf\field_mask.pb.h dependencies\install\include\google\protobuf\field_mask.proto dependencies\install\include\google\protobuf\generated_enum_reflection.h dependencies\install\include\google\protobuf\generated_enum_util.h dependencies\install\include\google\protobuf\generated_message_reflection.h dependencies\install\include\google\protobuf\generated_message_table_driven.h dependencies\install\include\google\protobuf\generated_message_util.h dependencies\install\include\google\protobuf\has_bits.h dependencies\install\include\google\protobuf\implicit_weak_message.h dependencies\install\include\google\protobuf\inlined_string_field.h dependencies\install\include\google\protobuf\map.h dependencies\install\include\google\protobuf\map_entry.h dependencies\install\include\google\protobuf\map_entry_lite.h dependencies\install\include\google\protobuf\map_field.h dependencies\install\include\google\protobuf\map_field_inl.h dependencies\install\include\google\protobuf\map_field_lite.h dependencies\install\include\google\protobuf\map_lite_unittest.proto dependencies\install\include\google\protobuf\map_proto2_unittest.proto dependencies\install\include\google\protobuf\map_type_handler.h dependencies\install\include\google\protobuf\map_unittest.proto dependencies\install\include\google\protobuf\message.h dependencies\install\include\google\protobuf\message_lite.h dependencies\install\include\google\protobuf\metadata.h dependencies\install\include\google\protobuf\metadata_lite.h dependencies\install\include\google\protobuf\parse_context.h dependencies\install\include\google\protobuf\port.h dependencies\install\include\google\protobuf\port_def.inc dependencies\install\include\google\protobuf\port_undef.inc dependencies\install\include\google\protobuf\reflection.h dependencies\install\include\google\protobuf\reflection_ops.h dependencies\install\include\google\protobuf\repeated_field.h dependencies\install\include\google\protobuf\service.h dependencies\install\include\google\protobuf\source_context.pb.h dependencies\install\include\google\protobuf\source_context.proto dependencies\install\include\google\protobuf\struct.pb.h dependencies\install\include\google\protobuf\struct.proto dependencies\install\include\google\protobuf\test_messages_proto2.proto dependencies\install\include\google\protobuf\test_messages_proto3.proto dependencies\install\include\google\protobuf\text_format.h dependencies\install\include\google\protobuf\timestamp.pb.h dependencies\install\include\google\protobuf\timestamp.proto dependencies\install\include\google\protobuf\type.pb.h dependencies\install\include\google\protobuf\type.proto dependencies\install\include\google\protobuf\unittest.proto dependencies\install\include\google\protobuf\unittest_arena.proto dependencies\install\include\google\protobuf\unittest_custom_options.proto dependencies\install\include\google\protobuf\unittest_drop_unknown_fields.proto dependencies\install\include\google\protobuf\unittest_embed_optimize_for.proto dependencies\install\include\google\protobuf\unittest_empty.proto dependencies\install\include\google\protobuf\unittest_enormous_descriptor.proto dependencies\install\include\google\protobuf\unittest_import.proto dependencies\install\include\google\protobuf\unittest_import_lite.proto dependencies\install\include\google\protobuf\unittest_import_public.proto dependencies\install\include\google\protobuf\unittest_import_public_lite.proto dependencies\install\include\google\protobuf\unittest_lazy_dependencies.proto dependencies\install\include\google\protobuf\unittest_lazy_dependencies_custom_option.proto dependencies\install\include\google\protobuf\unittest_lazy_dependencies_enum.proto dependencies\install\include\google\protobuf\unittest_lite.proto dependencies\install\include\google\protobuf\unittest_lite_imports_nonlite.proto dependencies\install\include\google\protobuf\unittest_mset.proto dependencies\install\include\google\protobuf\unittest_mset_wire_format.proto dependencies\install\include\google\protobuf\unittest_no_arena.proto dependencies\install\include\google\protobuf\unittest_no_arena_import.proto dependencies\install\include\google\protobuf\unittest_no_arena_lite.proto dependencies\install\include\google\protobuf\unittest_no_field_presence.proto dependencies\install\include\google\protobuf\unittest_no_generic_services.proto dependencies\install\include\google\protobuf\unittest_optimize_for.proto dependencies\install\include\google\protobuf\unittest_preserve_unknown_enum.proto dependencies\install\include\google\protobuf\unittest_preserve_unknown_enum2.proto dependencies\install\include\google\protobuf\unittest_proto3.proto dependencies\install\include\google\protobuf\unittest_proto3_arena.proto dependencies\install\include\google\protobuf\unittest_proto3_arena_lite.proto dependencies\install\include\google\protobuf\unittest_proto3_lite.proto dependencies\install\include\google\protobuf\unittest_well_known_types.proto dependencies\install\include\google\protobuf\unknown_field_set.h dependencies\install\include\google\protobuf\wire_format.h dependencies\install\include\google\protobuf\wire_format_lite.h dependencies\install\include\google\protobuf\wrappers.pb.h dependencies\install\include\google\protobuf\wrappers.proto dependencies\install\include\google\protobuf\compiler\code_generator.h dependencies\install\include\google\protobuf\compiler\command_line_interface.h dependencies\install\include\google\protobuf\compiler\importer.h dependencies\install\include\google\protobuf\compiler\parser.h dependencies\install\include\google\protobuf\compiler\plugin.h dependencies\install\include\google\protobuf\compiler\plugin.pb.h dependencies\install\include\google\protobuf\compiler\plugin.proto dependencies\install\include\google\protobuf\compiler\cpp\cpp_generator.h dependencies\install\include\google\protobuf\compiler\csharp\csharp_generator.h dependencies\install\include\google\protobuf\compiler\csharp\csharp_names.h dependencies\install\include\google\protobuf\compiler\java\java_generator.h dependencies\install\include\google\protobuf\compiler\java\java_names.h dependencies\install\include\google\protobuf\compiler\js\js_generator.h dependencies\install\include\google\protobuf\compiler\js\well_known_types_embed.h dependencies\install\include\google\protobuf\compiler\objectivec\objectivec_generator.h dependencies\install\include\google\protobuf\compiler\objectivec\objectivec_helpers.h dependencies\install\include\google\protobuf\compiler\php\php_generator.h dependencies\install\include\google\protobuf\compiler\python\python_generator.h dependencies\install\include\google\protobuf\compiler\ruby\ruby_generator.h dependencies\install\include\google\protobuf\io\coded_stream.h dependencies\install\include\google\protobuf\io\gzip_stream.h dependencies\install\include\google\protobuf\io\io_win32.h dependencies\install\include\google\protobuf\io\printer.h dependencies\install\include\google\protobuf\io\strtod.h dependencies\install\include\google\protobuf\io\tokenizer.h dependencies\install\include\google\protobuf\io\zero_copy_stream.h dependencies\install\include\google\protobuf\io\zero_copy_stream_impl.h dependencies\install\include\google\protobuf\io\zero_copy_stream_impl_lite.h dependencies\install\include\google\protobuf\stubs\bytestream.h dependencies\install\include\google\protobuf\stubs\callback.h dependencies\install\include\google\protobuf\stubs\casts.h dependencies\install\include\google\protobuf\stubs\common.h dependencies\install\include\google\protobuf\stubs\fastmem.h dependencies\install\include\google\protobuf\stubs\hash.h dependencies\install\include\google\protobuf\stubs\logging.h dependencies\install\include\google\protobuf\stubs\macros.h dependencies\install\include\google\protobuf\stubs\map_util.h dependencies\install\include\google\protobuf\stubs\mutex.h dependencies\install\include\google\protobuf\stubs\once.h dependencies\install\include\google\protobuf\stubs\platform_macros.h dependencies\install\include\google\protobuf\stubs\port.h dependencies\install\include\google\protobuf\stubs\status.h dependencies\install\include\google\protobuf\stubs\stl_util.h dependencies\install\include\google\protobuf\stubs\stringpiece.h dependencies\install\include\google\protobuf\stubs\strutil.h dependencies\install\include\google\protobuf\stubs\template_util.h dependencies\install\include\google\protobuf\util\delimited_message_util.h dependencies\install\include\google\protobuf\util\field_comparator.h dependencies\install\include\google\protobuf\util\field_mask_util.h dependencies\install\include\google\protobuf\util\json_util.h dependencies\install\include\google\protobuf\util\message_differencer.h dependencies\install\include\google\protobuf\util\time_util.h dependencies\install\include\google\protobuf\util\type_resolver.h dependencies\install\include\google\protobuf\util\type_resolver_util.h 153 File(s) copied md "C:\Program Files\or-tools\include\absl" xcopy /E /Y dependencies\install\include\absl "C:\Program Files\or-tools\include\absl" dependencies\install\include\absl\algorithm\algorithm.h dependencies\install\include\absl\algorithm\container.h dependencies\install\include\absl\base\attributes.h dependencies\install\include\absl\base\call_once.h dependencies\install\include\absl\base\casts.h dependencies\install\include\absl\base\config.h dependencies\install\include\absl\base\const_init.h dependencies\install\include\absl\base\dynamic_annotations.h dependencies\install\include\absl\base\log_severity.h dependencies\install\include\absl\base\macros.h dependencies\install\include\absl\base\optimization.h dependencies\install\include\absl\base\policy_checks.h dependencies\install\include\absl\base\port.h dependencies\install\include\absl\base\thread_annotations.h dependencies\install\include\absl\base\internal\atomic_hook.h dependencies\install\include\absl\base\internal\bits.h dependencies\install\include\absl\base\internal\cycleclock.h dependencies\install\include\absl\base\internal\direct_mmap.h dependencies\install\include\absl\base\internal\endian.h dependencies\install\include\absl\base\internal\exception_safety_testing.h dependencies\install\include\absl\base\internal\exception_testing.h dependencies\install\include\absl\base\internal\hide_ptr.h dependencies\install\include\absl\base\internal\identity.h dependencies\install\include\absl\base\internal\inline_variable.h dependencies\install\include\absl\base\internal\inline_variable_testing.h dependencies\install\include\absl\base\internal\invoke.h dependencies\install\include\absl\base\internal\low_level_alloc.h dependencies\install\include\absl\base\internal\low_level_scheduling.h dependencies\install\include\absl\base\internal\per_thread_tls.h dependencies\install\include\absl\base\internal\pretty_function.h dependencies\install\include\absl\base\internal\raw_logging.h dependencies\install\include\absl\base\internal\scheduling_mode.h dependencies\install\include\absl\base\internal\scoped_set_env.h dependencies\install\include\absl\base\internal\spinlock.h dependencies\install\include\absl\base\internal\spinlock_akaros.inc dependencies\install\include\absl\base\internal\spinlock_linux.inc dependencies\install\include\absl\base\internal\spinlock_posix.inc dependencies\install\include\absl\base\internal\spinlock_wait.h dependencies\install\include\absl\base\internal\spinlock_win32.inc dependencies\install\include\absl\base\internal\sysinfo.h dependencies\install\include\absl\base\internal\thread_identity.h dependencies\install\include\absl\base\internal\throw_delegate.h dependencies\install\include\absl\base\internal\tsan_mutex_interface.h dependencies\install\include\absl\base\internal\unaligned_access.h dependencies\install\include\absl\base\internal\unscaledcycleclock.h dependencies\install\include\absl\container\fixed_array.h dependencies\install\include\absl\container\flat_hash_map.h dependencies\install\include\absl\container\flat_hash_set.h dependencies\install\include\absl\container\inlined_vector.h dependencies\install\include\absl\container\node_hash_map.h dependencies\install\include\absl\container\node_hash_set.h dependencies\install\include\absl\container\internal\common.h dependencies\install\include\absl\container\internal\compressed_tuple.h dependencies\install\include\absl\container\internal\container_memory.h dependencies\install\include\absl\container\internal\counting_allocator.h dependencies\install\include\absl\container\internal\hashtablez_sampler.h dependencies\install\include\absl\container\internal\hashtable_debug.h dependencies\install\include\absl\container\internal\hashtable_debug_hooks.h dependencies\install\include\absl\container\internal\hash_function_defaults.h dependencies\install\include\absl\container\internal\hash_generator_testing.h dependencies\install\include\absl\container\internal\hash_policy_testing.h dependencies\install\include\absl\container\internal\hash_policy_traits.h dependencies\install\include\absl\container\internal\have_sse.h dependencies\install\include\absl\container\internal\inlined_vector.h dependencies\install\include\absl\container\internal\layout.h dependencies\install\include\absl\container\internal\node_hash_policy.h dependencies\install\include\absl\container\internal\raw_hash_map.h dependencies\install\include\absl\container\internal\raw_hash_set.h dependencies\install\include\absl\container\internal\test_instance_tracker.h dependencies\install\include\absl\container\internal\tracked.h dependencies\install\include\absl\container\internal\unordered_map_constructor_test.h dependencies\install\include\absl\container\internal\unordered_map_lookup_test.h dependencies\install\include\absl\container\internal\unordered_map_members_test.h dependencies\install\include\absl\container\internal\unordered_map_modifiers_test.h dependencies\install\include\absl\container\internal\unordered_set_constructor_test.h dependencies\install\include\absl\container\internal\unordered_set_lookup_test.h dependencies\install\include\absl\container\internal\unordered_set_members_test.h dependencies\install\include\absl\container\internal\unordered_set_modifiers_test.h dependencies\install\include\absl\debugging\failure_signal_handler.h dependencies\install\include\absl\debugging\leak_check.h dependencies\install\include\absl\debugging\stacktrace.h dependencies\install\include\absl\debugging\symbolize.h dependencies\install\include\absl\debugging\symbolize_elf.inc dependencies\install\include\absl\debugging\symbolize_unimplemented.inc dependencies\install\include\absl\debugging\symbolize_win32.inc dependencies\install\include\absl\debugging\internal\address_is_readable.h dependencies\install\include\absl\debugging\internal\demangle.h dependencies\install\include\absl\debugging\internal\elf_mem_image.h dependencies\install\include\absl\debugging\internal\examine_stack.h dependencies\install\include\absl\debugging\internal\stacktrace_aarch64-inl.inc dependencies\install\include\absl\debugging\internal\stacktrace_arm-inl.inc dependencies\install\include\absl\debugging\internal\stacktrace_config.h dependencies\install\include\absl\debugging\internal\stacktrace_generic-inl.inc dependencies\install\include\absl\debugging\internal\stacktrace_powerpc-inl.inc dependencies\install\include\absl\debugging\internal\stacktrace_unimplemented-inl.inc dependencies\install\include\absl\debugging\internal\stacktrace_win32-inl.inc dependencies\install\include\absl\debugging\internal\stacktrace_x86-inl.inc dependencies\install\include\absl\debugging\internal\stack_consumption.h dependencies\install\include\absl\debugging\internal\symbolize.h dependencies\install\include\absl\debugging\internal\vdso_support.h dependencies\install\include\absl\hash\hash.h dependencies\install\include\absl\hash\hash_testing.h dependencies\install\include\absl\hash\internal\city.h dependencies\install\include\absl\hash\internal\hash.h dependencies\install\include\absl\hash\internal\spy_hash_state.h dependencies\install\include\absl\memory\memory.h dependencies\install\include\absl\meta\type_traits.h dependencies\install\include\absl\numeric\int128.h dependencies\install\include\absl\numeric\int128_have_intrinsic.inc dependencies\install\include\absl\numeric\int128_no_intrinsic.inc dependencies\install\include\absl\strings\ascii.h dependencies\install\include\absl\strings\charconv.h dependencies\install\include\absl\strings\escaping.h dependencies\install\include\absl\strings\match.h dependencies\install\include\absl\strings\numbers.h dependencies\install\include\absl\strings\string_view.h dependencies\install\include\absl\strings\strip.h dependencies\install\include\absl\strings\str_cat.h dependencies\install\include\absl\strings\str_format.h dependencies\install\include\absl\strings\str_join.h dependencies\install\include\absl\strings\str_replace.h dependencies\install\include\absl\strings\str_split.h dependencies\install\include\absl\strings\substitute.h dependencies\install\include\absl\strings\internal\charconv_bigint.h dependencies\install\include\absl\strings\internal\charconv_parse.h dependencies\install\include\absl\strings\internal\char_map.h dependencies\install\include\absl\strings\internal\escaping_test_common.h dependencies\install\include\absl\strings\internal\memutil.h dependencies\install\include\absl\strings\internal\numbers_test_common.h dependencies\install\include\absl\strings\internal\ostringstream.h dependencies\install\include\absl\strings\internal\pow10_helper.h dependencies\install\include\absl\strings\internal\resize_uninitialized.h dependencies\install\include\absl\strings\internal\stl_type_traits.h dependencies\install\include\absl\strings\internal\str_join_internal.h dependencies\install\include\absl\strings\internal\str_split_internal.h dependencies\install\include\absl\strings\internal\utf8.h dependencies\install\include\absl\strings\internal\str_format\arg.h dependencies\install\include\absl\strings\internal\str_format\bind.h dependencies\install\include\absl\strings\internal\str_format\checker.h dependencies\install\include\absl\strings\internal\str_format\extension.h dependencies\install\include\absl\strings\internal\str_format\float_conversion.h dependencies\install\include\absl\strings\internal\str_format\output.h dependencies\install\include\absl\strings\internal\str_format\parser.h dependencies\install\include\absl\synchronization\barrier.h dependencies\install\include\absl\synchronization\blocking_counter.h dependencies\install\include\absl\synchronization\mutex.h dependencies\install\include\absl\synchronization\notification.h dependencies\install\include\absl\synchronization\internal\create_thread_identity.h dependencies\install\include\absl\synchronization\internal\graphcycles.h dependencies\install\include\absl\synchronization\internal\kernel_timeout.h dependencies\install\include\absl\synchronization\internal\mutex_nonprod.inc dependencies\install\include\absl\synchronization\internal\per_thread_sem.h dependencies\install\include\absl\synchronization\internal\thread_pool.h dependencies\install\include\absl\synchronization\internal\waiter.h dependencies\install\include\absl\time\civil_time.h dependencies\install\include\absl\time\clock.h dependencies\install\include\absl\time\time.h dependencies\install\include\absl\time\internal\get_current_time_chrono.inc dependencies\install\include\absl\time\internal\get_current_time_posix.inc dependencies\install\include\absl\time\internal\test_util.h dependencies\install\include\absl\time\internal\zoneinfo.inc dependencies\install\include\absl\time\internal\cctz\include\cctz\civil_time.h dependencies\install\include\absl\time\internal\cctz\include\cctz\civil_time_detail.h dependencies\install\include\absl\time\internal\cctz\include\cctz\time_zone.h dependencies\install\include\absl\time\internal\cctz\include\cctz\zone_info_source.h dependencies\install\include\absl\time\internal\cctz\src\time_zone_fixed.h dependencies\install\include\absl\time\internal\cctz\src\time_zone_if.h dependencies\install\include\absl\time\internal\cctz\src\time_zone_impl.h dependencies\install\include\absl\time\internal\cctz\src\time_zone_info.h dependencies\install\include\absl\time\internal\cctz\src\time_zone_libc.h dependencies\install\include\absl\time\internal\cctz\src\time_zone_posix.h dependencies\install\include\absl\time\internal\cctz\src\tzfile.h dependencies\install\include\absl\types\any.h dependencies\install\include\absl\types\bad_any_cast.h dependencies\install\include\absl\types\bad_optional_access.h dependencies\install\include\absl\types\bad_variant_access.h dependencies\install\include\absl\types\optional.h dependencies\install\include\absl\types\span.h dependencies\install\include\absl\types\variant.h dependencies\install\include\absl\types\internal\variant.h dependencies\install\include\absl\utility\utility.h 181 File(s) copied md "C:\Program Files\or-tools\include\coin" xcopy /E /Y dependencies\install\include\coin "C:\Program Files\or-tools\include\coin" dependencies\install\include\coin\AbcCommon.hpp dependencies\install\include\coin\AbcDualRowDantzig.hpp dependencies\install\include\coin\AbcDualRowPivot.hpp dependencies\install\include\coin\AbcDualRowSteepest.hpp dependencies\install\include\coin\AbcMatrix.hpp dependencies\install\include\coin\AbcNonLinearCost.hpp dependencies\install\include\coin\AbcPrimalColumnDantzig.hpp dependencies\install\include\coin\AbcPrimalColumnPivot.hpp dependencies\install\include\coin\AbcPrimalColumnSteepest.hpp dependencies\install\include\coin\AbcSimplex.hpp dependencies\install\include\coin\AbcSimplexDual.hpp dependencies\install\include\coin\AbcSimplexFactorization.hpp dependencies\install\include\coin\AbcSimplexPrimal.hpp dependencies\install\include\coin\AbcWarmStart.hpp dependencies\install\include\coin\CbcBranchActual.hpp dependencies\install\include\coin\CbcBranchAllDifferent.hpp dependencies\install\include\coin\CbcBranchBase.hpp dependencies\install\include\coin\CbcBranchCut.hpp dependencies\install\include\coin\CbcBranchDecision.hpp dependencies\install\include\coin\CbcBranchDefaultDecision.hpp dependencies\install\include\coin\CbcBranchDynamic.hpp dependencies\install\include\coin\CbcBranchingObject.hpp dependencies\install\include\coin\CbcBranchLotsize.hpp dependencies\install\include\coin\CbcBranchToFixLots.hpp dependencies\install\include\coin\CbcClique.hpp dependencies\install\include\coin\CbcCompare.hpp dependencies\install\include\coin\CbcCompareActual.hpp dependencies\install\include\coin\CbcCompareBase.hpp dependencies\install\include\coin\CbcCompareDefault.hpp dependencies\install\include\coin\CbcCompareDepth.hpp dependencies\install\include\coin\CbcCompareEstimate.hpp dependencies\install\include\coin\CbcCompareObjective.hpp dependencies\install\include\coin\CbcConfig.h dependencies\install\include\coin\CbcConsequence.hpp dependencies\install\include\coin\CbcCountRowCut.hpp dependencies\install\include\coin\CbcCutGenerator.hpp dependencies\install\include\coin\CbcCutModifier.hpp dependencies\install\include\coin\CbcCutSubsetModifier.hpp dependencies\install\include\coin\CbcDummyBranchingObject.hpp dependencies\install\include\coin\CbcEventHandler.hpp dependencies\install\include\coin\CbcFathom.hpp dependencies\install\include\coin\CbcFathomDynamicProgramming.hpp dependencies\install\include\coin\CbcFeasibilityBase.hpp dependencies\install\include\coin\CbcFixVariable.hpp dependencies\install\include\coin\CbcFollowOn.hpp dependencies\install\include\coin\CbcFullNodeInfo.hpp dependencies\install\include\coin\CbcGenCbcParam.hpp dependencies\install\include\coin\CbcGenCtlBlk.hpp dependencies\install\include\coin\CbcGeneral.hpp dependencies\install\include\coin\CbcGeneralDepth.hpp dependencies\install\include\coin\CbcGenMessages.hpp dependencies\install\include\coin\CbcGenOsiParam.hpp dependencies\install\include\coin\CbcGenParam.hpp dependencies\install\include\coin\CbcHeuristic.hpp dependencies\install\include\coin\CbcHeuristicDINS.hpp dependencies\install\include\coin\CbcHeuristicDive.hpp dependencies\install\include\coin\CbcHeuristicDiveCoefficient.hpp dependencies\install\include\coin\CbcHeuristicDiveFractional.hpp dependencies\install\include\coin\CbcHeuristicDiveGuided.hpp dependencies\install\include\coin\CbcHeuristicDiveLineSearch.hpp dependencies\install\include\coin\CbcHeuristicDivePseudoCost.hpp dependencies\install\include\coin\CbcHeuristicDiveVectorLength.hpp dependencies\install\include\coin\CbcHeuristicDW.hpp dependencies\install\include\coin\CbcHeuristicFPump.hpp dependencies\install\include\coin\CbcHeuristicGreedy.hpp dependencies\install\include\coin\CbcHeuristicLocal.hpp dependencies\install\include\coin\CbcHeuristicPivotAndFix.hpp dependencies\install\include\coin\CbcHeuristicRandRound.hpp dependencies\install\include\coin\CbcHeuristicRENS.hpp dependencies\install\include\coin\CbcHeuristicRINS.hpp dependencies\install\include\coin\CbcHeuristicVND.hpp dependencies\install\include\coin\CbcLinked.hpp dependencies\install\include\coin\CbcMessage.hpp dependencies\install\include\coin\CbcMipStartIO.hpp dependencies\install\include\coin\CbcModel.hpp dependencies\install\include\coin\CbcNode.hpp dependencies\install\include\coin\CbcNodeInfo.hpp dependencies\install\include\coin\CbcNWay.hpp dependencies\install\include\coin\CbcObject.hpp dependencies\install\include\coin\CbcObjectUpdateData.hpp dependencies\install\include\coin\CbcOrClpParam.hpp dependencies\install\include\coin\CbcParam.hpp dependencies\install\include\coin\CbcPartialNodeInfo.hpp dependencies\install\include\coin\CbcSimpleInteger.hpp dependencies\install\include\coin\CbcSimpleIntegerDynamicPseudoCost.hpp dependencies\install\include\coin\CbcSimpleIntegerPseudoCost.hpp dependencies\install\include\coin\CbcSolver.hpp dependencies\install\include\coin\CbcSolverAnalyze.hpp dependencies\install\include\coin\CbcSolverExpandKnapsack.hpp dependencies\install\include\coin\CbcSolverHeuristics.hpp dependencies\install\include\coin\CbcSOS.hpp dependencies\install\include\coin\CbcStatistics.hpp dependencies\install\include\coin\CbcStrategy.hpp dependencies\install\include\coin\CbcSubProblem.hpp dependencies\install\include\coin\CbcSymmetry.hpp dependencies\install\include\coin\CbcThread.hpp dependencies\install\include\coin\CbcTree.hpp dependencies\install\include\coin\CbcTreeLocal.hpp dependencies\install\include\coin\Cbc_ampl.h dependencies\install\include\coin\Cbc_C_Interface.h dependencies\install\include\coin\CglConfig.h dependencies\install\include\coin\CglCutGenerator.hpp dependencies\install\include\coin\CglMessage.hpp dependencies\install\include\coin\CglParam.hpp dependencies\install\include\coin\CglStored.hpp dependencies\install\include\coin\CglTreeInfo.hpp dependencies\install\include\coin\ClpAmplObjective.hpp dependencies\install\include\coin\ClpCholeskyBase.hpp dependencies\install\include\coin\ClpCholeskyDense.hpp dependencies\install\include\coin\ClpCholeskyMumps.hpp dependencies\install\include\coin\ClpCholeskyPardiso.hpp dependencies\install\include\coin\ClpCholeskyTaucs.hpp dependencies\install\include\coin\ClpCholeskyUfl.hpp dependencies\install\include\coin\ClpCholeskyWssmp.hpp dependencies\install\include\coin\ClpCholeskyWssmpKKT.hpp dependencies\install\include\coin\ClpConfig.h dependencies\install\include\coin\ClpConstraint.hpp dependencies\install\include\coin\ClpConstraintAmpl.hpp dependencies\install\include\coin\ClpConstraintLinear.hpp dependencies\install\include\coin\ClpConstraintQuadratic.hpp dependencies\install\include\coin\ClpDualRowDantzig.hpp dependencies\install\include\coin\ClpDualRowPivot.hpp dependencies\install\include\coin\ClpDualRowSteepest.hpp dependencies\install\include\coin\ClpDummyMatrix.hpp dependencies\install\include\coin\ClpDynamicExampleMatrix.hpp dependencies\install\include\coin\ClpDynamicMatrix.hpp dependencies\install\include\coin\ClpEventHandler.hpp dependencies\install\include\coin\ClpFactorization.hpp dependencies\install\include\coin\ClpGubDynamicMatrix.hpp dependencies\install\include\coin\ClpGubMatrix.hpp dependencies\install\include\coin\ClpHelperFunctions.hpp dependencies\install\include\coin\ClpInterior.hpp dependencies\install\include\coin\ClpLinearObjective.hpp dependencies\install\include\coin\ClpLsqr.hpp dependencies\install\include\coin\ClpMatrixBase.hpp dependencies\install\include\coin\ClpMessage.hpp dependencies\install\include\coin\ClpModel.hpp dependencies\install\include\coin\ClpNetworkBasis.hpp dependencies\install\include\coin\ClpNetworkMatrix.hpp dependencies\install\include\coin\ClpNode.hpp dependencies\install\include\coin\ClpNonLinearCost.hpp dependencies\install\include\coin\ClpObjective.hpp dependencies\install\include\coin\ClpPackedMatrix.hpp dependencies\install\include\coin\ClpParameters.hpp dependencies\install\include\coin\ClpPdco.hpp dependencies\install\include\coin\ClpPdcoBase.hpp dependencies\install\include\coin\ClpPEDualRowDantzig.hpp dependencies\install\include\coin\ClpPEDualRowSteepest.hpp dependencies\install\include\coin\ClpPEPrimalColumnDantzig.hpp dependencies\install\include\coin\ClpPEPrimalColumnSteepest.hpp dependencies\install\include\coin\ClpPESimplex.hpp dependencies\install\include\coin\ClpPlusMinusOneMatrix.hpp dependencies\install\include\coin\ClpPredictorCorrector.hpp dependencies\install\include\coin\ClpPresolve.hpp dependencies\install\include\coin\ClpPrimalColumnDantzig.hpp dependencies\install\include\coin\ClpPrimalColumnPivot.hpp dependencies\install\include\coin\ClpPrimalColumnSteepest.hpp dependencies\install\include\coin\ClpPrimalQuadraticDantzig.hpp dependencies\install\include\coin\ClpQuadraticObjective.hpp dependencies\install\include\coin\ClpSimplex.hpp dependencies\install\include\coin\ClpSimplexDual.hpp dependencies\install\include\coin\ClpSimplexNonlinear.hpp dependencies\install\include\coin\ClpSimplexOther.hpp dependencies\install\include\coin\ClpSimplexPrimal.hpp dependencies\install\include\coin\ClpSolve.hpp dependencies\install\include\coin\Clp_ampl.h dependencies\install\include\coin\Clp_C_Interface.h dependencies\install\include\coin\CoinAbcBaseFactorization.hpp dependencies\install\include\coin\CoinAbcCommon.hpp dependencies\install\include\coin\CoinAbcCommonFactorization.hpp dependencies\install\include\coin\CoinAbcDenseFactorization.hpp dependencies\install\include\coin\CoinAbcFactorization.hpp dependencies\install\include\coin\CoinAbcHelperFunctions.hpp dependencies\install\include\coin\CoinAlloc.hpp dependencies\install\include\coin\CoinBuild.hpp dependencies\install\include\coin\CoinDenseFactorization.hpp dependencies\install\include\coin\CoinDenseVector.hpp dependencies\install\include\coin\CoinDistance.hpp dependencies\install\include\coin\CoinError.hpp dependencies\install\include\coin\CoinFactorization.hpp dependencies\install\include\coin\CoinFileIO.hpp dependencies\install\include\coin\CoinFinite.hpp dependencies\install\include\coin\CoinFloatEqual.hpp dependencies\install\include\coin\CoinHelperFunctions.hpp dependencies\install\include\coin\CoinIndexedVector.hpp dependencies\install\include\coin\CoinLpIO.hpp dependencies\install\include\coin\CoinMessage.hpp dependencies\install\include\coin\CoinMessageHandler.hpp dependencies\install\include\coin\CoinModel.hpp dependencies\install\include\coin\CoinModelUseful.hpp dependencies\install\include\coin\CoinMpsIO.hpp dependencies\install\include\coin\CoinOslC.h dependencies\install\include\coin\CoinOslFactorization.hpp dependencies\install\include\coin\CoinPackedMatrix.hpp dependencies\install\include\coin\CoinPackedVector.hpp dependencies\install\include\coin\CoinPackedVectorBase.hpp dependencies\install\include\coin\CoinParam.hpp dependencies\install\include\coin\CoinPragma.hpp dependencies\install\include\coin\CoinPresolveDoubleton.hpp dependencies\install\include\coin\CoinPresolveDual.hpp dependencies\install\include\coin\CoinPresolveDupcol.hpp dependencies\install\include\coin\CoinPresolveEmpty.hpp dependencies\install\include\coin\CoinPresolveFixed.hpp dependencies\install\include\coin\CoinPresolveForcing.hpp dependencies\install\include\coin\CoinPresolveImpliedFree.hpp dependencies\install\include\coin\CoinPresolveIsolated.hpp dependencies\install\include\coin\CoinPresolveMatrix.hpp dependencies\install\include\coin\CoinPresolveMonitor.hpp dependencies\install\include\coin\CoinPresolvePsdebug.hpp dependencies\install\include\coin\CoinPresolveSingleton.hpp dependencies\install\include\coin\CoinPresolveSubst.hpp dependencies\install\include\coin\CoinPresolveTighten.hpp dependencies\install\include\coin\CoinPresolveTripleton.hpp dependencies\install\include\coin\CoinPresolveUseless.hpp dependencies\install\include\coin\CoinPresolveZeros.hpp dependencies\install\include\coin\CoinRational.hpp dependencies\install\include\coin\CoinSearchTree.hpp dependencies\install\include\coin\CoinShallowPackedVector.hpp dependencies\install\include\coin\CoinSignal.hpp dependencies\install\include\coin\CoinSimpFactorization.hpp dependencies\install\include\coin\CoinSmartPtr.hpp dependencies\install\include\coin\CoinSnapshot.hpp dependencies\install\include\coin\CoinSort.hpp dependencies\install\include\coin\CoinStructuredModel.hpp dependencies\install\include\coin\CoinTime.hpp dependencies\install\include\coin\CoinTypes.hpp dependencies\install\include\coin\CoinUtility.hpp dependencies\install\include\coin\CoinUtilsConfig.h dependencies\install\include\coin\CoinWarmStart.hpp dependencies\install\include\coin\CoinWarmStartBasis.hpp dependencies\install\include\coin\CoinWarmStartDual.hpp dependencies\install\include\coin\CoinWarmStartPrimalDual.hpp dependencies\install\include\coin\CoinWarmStartVector.hpp dependencies\install\include\coin\Coin_C_defines.h dependencies\install\include\coin\config_cbc_default.h dependencies\install\include\coin\config_cgl_default.h dependencies\install\include\coin\config_clp_default.h dependencies\install\include\coin\config_coinutils_default.h dependencies\install\include\coin\config_default.h dependencies\install\include\coin\config_osi_default.h dependencies\install\include\coin\Idiot.hpp dependencies\install\include\coin\MyEventHandler.hpp dependencies\install\include\coin\MyMessageHandler.hpp dependencies\install\include\coin\OsiAuxInfo.hpp dependencies\install\include\coin\OsiBranchingObject.hpp dependencies\install\include\coin\OsiChooseVariable.hpp dependencies\install\include\coin\OsiClpSolverInterface.hpp dependencies\install\include\coin\OsiColCut.hpp dependencies\install\include\coin\OsiCollections.hpp dependencies\install\include\coin\OsiConfig.h dependencies\install\include\coin\OsiCut.hpp dependencies\install\include\coin\OsiCuts.hpp dependencies\install\include\coin\OsiPresolve.hpp dependencies\install\include\coin\OsiRowCut.hpp dependencies\install\include\coin\OsiRowCutDebugger.hpp dependencies\install\include\coin\OsiSolverBranch.hpp dependencies\install\include\coin\OsiSolverInterface.hpp dependencies\install\include\coin\OsiSolverParameters.hpp 258 File(s) copied tools\win\mkdir.exe -p "C:\Program Files\or-tools\share\doc\ortools" md "C:\Program Files\or-tools\share\doc\ortools\sat" md "C:\Program Files\or-tools\share\doc\ortools\sat\doc" copy ortools\sat\doc\*.md "C:\Program Files\or-tools\share\doc\ortools\sat\doc" ortools\sat\doc\boolean_logic.md ortools\sat\doc\channeling.md ortools\sat\doc\integer_arithmetic.md ortools\sat\doc\model.md ortools\sat\doc\README.md ortools\sat\doc\reference.md ortools\sat\doc\scheduling.md ortools\sat\doc\solver.md 8 file(s) copied.

Pandeyshobhit commented 4 years ago

In the or -tools directory created after following the above steps, there is nothing in the bin folder in the or-tools directory. What to do?