Skip to content

simple-spacer: make solve() a const method

Han-Wen Nienhuys requested to merge dev/hanwen/simple-spacer-refactor into master

Parameters to the spacing problem (eg. line length) must be passed in as argument.

This is a preparation for calculating heuristic_rod_force() exactly rather than heuristically, thereby hopefully speeding it up.

Merge request reports