MIDACO for C/C++ ダウンロード
C/C++用MIDACO 6.0 制限版(4変数まで)の無料ダウンロードはこちら
実行サンプル
問題の種類 | 説明 | サンプルファイル ▶ (C) | サンプルファイル ▶ (C++) |
NLP | 連続変数 | example_NLP.c | example_NLP.cpp |
NLPc | 制約付きNLP | example_NLPc.c | example_NLPc.cpp |
IP | 整数変数 | example_IP.c | example_IP.cpp |
IPc | 制約付きIP | example_IPc.c | example_IPc.cpp |
MINLP | 混合変数 | example_MINLP.c | example_MINLP.cpp |
MINLPc | 制約付きMINLP | example_MINLPc.c | example_MINLPc.cpp |
MO | 多目的最適化 | example_MO.c | example_MO.cpp |
その他の実行サンプル: ベンチマーク▷ | |||
並列化を利用したサンプル: こちら▷ |
コンパイル手順
ダウンロード:MIDACO_Project.zip ▼ (MS Visual C++ 2005 Express Edition) | |
または、MIDACO MS-Visual Studio プロジェクト設定手順▷をご利用ください |
手動コンパイル(Linux/Mac, gcc)
gcc -c example_MINLPc.c
gcc -c midaco.c
gcc -o run example_MINLPc.o midaco.o -lm
./run
Makefile (Linux/Mac, gcc) | makefile |
Makefile (Linux/Mac, gcc & g++) | makefile |
Makefile (Linux/Mac, icc) | makefile |
Makefile (Cygwin, gcc) | makefile |