Abstract: Mixed-integer linear programs are widely used to model optimization problems involving both discrete and continuous variables, but remain computationally challenging due to the combinatorial ...
This project implements a Newton-Raphson method to numerically solve polynomial equations in which the terms seperated by addition/subtraction are of form a_n(x^n)f_n(x), where f_n(x)={sin(x), cos(x), ...
In this project, we will develop a sudoku solver that uses a more friendly interface than the one used in the first project. For instance, the following corresponds to the new input and output format ...