Sudoku is a great example to introduce prescriptive analytics: it is well known, and it is not trivial to solve manually. I will use docplex Python api to implement a web application that solves Sudoku problems. The code is available in a notebook on github and nbviewer . More information on docplex can be found here . DOcplex can be installed via pip as any other Python package: !pip install docplex Once installed, we can use it to create arbitrary math programming models. These models can either be solved using our...
[More]
Tags: 
docplex
sudoku
cloud
optimization
python
docloud
analytics