I'm currently working on an application on Windows created with the Application Builder. When running this application on Linux (or Mac), everything mostly works. However, the following line works perfectly on Windows but not Linux/Mac:
model.study("std1").create("opt", "Optimization");
The optimization module is installed on both computers. I would like to know what could be causing this problem only on Linux and Mac.