In this tutorial, I show how to setup Gurobi with Xcode. Note you should have installed Xcode from the App Store and have downloaded and installed Gurobi for MacOS.
In my case, I’m running MacOS 10.13.3, Xcode 9.3 and Gurobi 7.5.2.
In this tutorial, I show how to setup Gurobi with Xcode. Note you should have installed Xcode from the App Store and have downloaded and installed Gurobi for MacOS.
In my case, I’m running MacOS 10.13.3, Xcode 9.3 and Gurobi 7.5.2.
In this tutorial I will describe how to configure Apple Xcode to use IBM CPLEX with Concert technology in a C++ project. This tutorial assumes you already have CPLEX installed. If this is not the case, follow the How to Download and Install a full version of CPLEX (for Mac, obviously).
First, start Xcode and select “Create a new Xcode project”. This is also available from the File menu.
Continue reading How to: Configure IBM CPLEX with Apple Xcode