MIDACO for Fortran ダウンロード
Fortran用MIDACO 6.0 制限版(4変数まで)の無料ダウンロードはこちら
実行サンプル
| 問題の種類 | 説明 | サンプルファイル ▶ (Fortran77) | サンプルファイル ▶ (Fortran90) | 
| NLP | 連続変数 | example_NLP.f | example_NLP.f90 | 
| NLPc | 制約付きNLP | example_NLPc.f | example_NLPc.f90 | 
| IP | 整数変数 | example_IP.f | example_IP.f90 | 
| IPc | 制約付きIP | example_IPc.f | example_IPc.f90 | 
| MINLP | 混合変数 | example_MINLP.f | example_MINLP.f90 | 
| MINLPc | 制約付きMINLP | example_MINLPc.f | example_MINLPc.f90 | 
| MO | 多目的最適化▷ | example_MO.f | example_MO.f90 | 
| その他の実行サンプル: ベンチマーク▷ | |||
| 並列化を利用したサンプル: こちら▷ | |||
コンパイル手順
gfortranでの手動コンパイル
gfortran  -c  example_MINLPc.f90
gfortran  -c  midaco.f
gfortran  -o  run example_MINLPc.o  midaco.o
./run| Makefile (Linux/Mac, gfortran) | makefile | 
| Makefule (Linux/Mac, ifort) | makefile | 
| Makefile (Linux/Mac, g95/f95) | makefile | 
| Makefile (Linux/Mac, gcc) | makefile | 
| Makefile (Linux/Mac, g++) | makefile | 
| Batchfile (Windows, g77) | make.bat | 
| MIDACOは、NAG、PGI、FTN95、および MS Visual Studio ▷でもコンパイル可能です | |


