Operations Research 15D: AMPL - Integer & Mixed Integer Programming

preview_player
Показать описание
Textbooks:

In this video, I'll introduce how to use AMPL to model and solve integer and mixed-integer linear programming problems.

----------------------------------------
Рекомендации по теме
Комментарии
Автор

Good Set of videos for starting of with AMPL. Thank you!

nikabhinav
Автор

Thank you for the courses! I now know that the run file is similar to the script file in the matlab!

susanxiao
Автор

Good way of teaching, thank you!
I followed the links bellow the video, but they aren't available anymore. Could you help me, please?

candacevasconcelos
Автор

Hi Guys, please comment and let me know what you think about this Operations Research Open Course. Your feedback is really appreciated. If you enjoy the video, please subscribe and share. All my replies here are only related to the content in my own videos. I am afraid I won't be able to answer other questions. Thanks for your understanding.

YongWang
Автор

Isn't this IP rather than MILP? What should I do if I have variables x1, x2 and x3 non-integer and only x4 an integer variable? Thanks.

atothezna
Автор

Thank you for the tutorial . it is very helpful

teshomedagne
Автор

The "option solver cplex;" does not work on my laptop, as a student version, Please any suggestion?

yaseenal-wesabi
Автор

"Incorrect usage. Correct command syntax is:
cplex [-i] [-f <commandfile> | -c "<command1>" "<command2>" ...]
Exiting
Error at _cmdno 22 executing "solve" command
(file example3.run, line 17, offset 238):
can't open

I got this during executing the coding
I didn't change any of your coding, I just copy paste everything and it didn't work . can you help me out?

Alma-igkm
Автор

how to model mixed integer problems, you only gave an example of pure integer problem?

tahaabujrad
Автор

Can you please help me with the file handling, something like data is read from the input file and output is also written in the output file? AMPL IDE support this or not because sometimes you have to deal with large data files.

MonuYadav