MIDACO for C/C++ ダウンロード

C/C++用MIDACO 6.0 制限版(4変数まで)の無料ダウンロードはこちら

実行サンプル

問題の種類説明サンプルファイル ▶
(C)
サンプルファイル ▶
(C++)
NLP 連続変数example_NLP.cexample_NLP.cpp
NLPc 制約付きNLPexample_NLPc.cexample_NLPc.cpp
IP 整数変数example_IP.cexample_IP.cpp
IPc 制約付きIPexample_IPc.cexample_IPc.cpp
MINLP 混合変数 example_MINLP.cexample_MINLP.cpp
MINLPc  制約付きMINLP  example_MINLPc.cexample_MINLPc.cpp
MO多目的最適化example_MO.cexample_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
実行画面 ▶
解ファイル ▶

MIDACOの実行に問題がありますか? こちらを参照、またはお問い合わせください