This Week:<br><br>1) Edited relevant files to make a dummy modifier called &quot;Quadrangulate&quot;.<br><br>2) Checked out the CoMiSo module which is used to solve mixed integer problems.<br><br>3) Decided to make my own mixed integer solver, basing it off CoMiSo.<br>
<br>4) Planned on using Eigen2 for this as it already exists in the blender trunk.<br><br>5) Studied the code and documentation of Eigen2 and acquired thorough understanding of its working.<br><br>6) Implemented a simple sparse cholesky solver using Eigen2. Also made some empty functions to be filled later.<br>
<br>Next Week:<br><br>1) Hopefully complete the Mixed Integer solver module. This includes Gauss Seidel, Conjugate Gradient and Cholesky modules.<br><br>2) Integrate above module into the above dummy &quot;Quadrangulate&quot; modifier.<br>
<br><br>So far no issues. Speed has been OK but will pick up next week onwards, since I don&#39;t have to read too much documentation.<br>