Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
bonmin-1.8.6-msvc++-2015.zip | 2019-03-20 | 25.6 MB | |
ReadMe.txt | 2017-09-11 | 1.1 kB | |
bonmin-1.4.1-msvc++-2015.zip | 2017-09-11 | 32.5 MB | |
mumps-4.8.3-gfortran-win.zip | 2017-09-11 | 2.5 MB | |
Totals: 4 Items | 60.6 MB | 0 |
1. Bonmin Bonmin libraries can be compiled with MS VC++. Tested with MS VC++ 2017. Open Bonmin.sln from the root directory and build all 12 projects (with /MD). Currently supported is bonmin 1.4.1 with ipopt 3.8.2. The compilation procedure: sh compile_libraries.sh bonmin Details: - 32 bit: Start VC++ Command Prompt (x86) msbuild.exe Bonmin.sln -target:rebuild -p:Platform="Win32" -p:Configuration="Release" -p:PlatformToolset="v140" -p:UseEnv=true -maxcpucount:3 - 64 bit: Start VC++ Command Prompt (x64) msbuild.exe Bonmin.sln -target:rebuild -p:Platform="x64" -p:Configuration="Release" -p:PlatformToolset="v140" -p:UseEnv=true -maxcpucount:3 2. Mumps (4.8.3, used for Bonmin 1.4.1) Mumps fortran files should be compiled with mingw gfortran compiler. Use mingw32 for 32bit or mingw64 for 64 bit Windows. Its bin folder should be in the PATH. The compilation procedure: sh compile_libraries.sh mumps Details: Start VC++ Command Prompt (i.e. x64). $cd mumps $cd blas $mingw64-make double $cd .. mingw64-make d