Open manishdwibedy opened 8 years ago
Hi Manish,
The cost of printing (deposition edge) is always a negative number and since it is included in all the solutions, the optimum answer is not dependent to this cost. So as we discussed by assigning a negative cost for deposition edges we make sure that they are all included in the final solution (make sure this cost is dependent to the total cost of idle edges, it should be big enough to be definitely included in the solution (maybe equal to negative of sum of all idle edges).
Also just to make sure, regarding the cost of idle edges and its relation with Vx and Vy, which formula did you use finally?
Please let me know if there is anything else I should clarify.
Bests, Omid
On Wed, Jun 1, 2016 at 12:36 AM, Manish Dwibedy notifications@github.com wrote:
Considering a wall in any orientation, how should we compute the cost of print the wall.
Considering, the speed along X-axis and Y-axis, the computation along only these two axis can be computed. But how to generalize over any possible orientation?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_manishdwibedy_Contour-2DCrafting_issues_1&d=DQMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=a-EqzF90AKgPqhbsOZCfCg&m=tjC5TBkStmoUrftT_hyvtseX6h3Jq4a9ajr0G4IO0Pk&s=RcUPshjUZCwtEMYwcjMn3G0M5VTi_gPuiuc-4MeDYkQ&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe_ALoIJ3ntV8da-2D1zXo4UfwLeCLkb5zH-2Dlks5qHTZ7gaJpZM4IrRB-5F&d=DQMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=a-EqzF90AKgPqhbsOZCfCg&m=tjC5TBkStmoUrftT_hyvtseX6h3Jq4a9ajr0G4IO0Pk&s=DaMYfw429T-XHrFcVO3v8b41RJ_-Hpyv--RtNNbUqA0&e= .
Considering a wall in any orientation, how should we compute the cost of print the wall.
Considering, the speed along X-axis and Y-axis, the computation along only these two axis can be computed. But how to generalize over any possible orientation?