* Set max number of Steiner points. (-S option, default is unlimited.) */
| 119 | * Set max number of Steiner points. (-S option, default is unlimited.) |
| 120 | */ |
| 121 | void set_max_num_steiner_points(int max_num_steiner) { |
| 122 | m_max_num_steiner = max_num_steiner; |
| 123 | } |
| 124 | int get_max_num_steiner_points() const { |
| 125 | return m_max_num_steiner; |
| 126 | } |
no outgoing calls