1Blurb::
2Determine how rectangles are subdivided
3Description::
4The \c division specification determines how DIRECT subdivides each
5subregion of the search space.
6
7If \c division is set to \c major_dimension, then the dimension
8representing the longest edge of the subregion is subdivided (this is
9the default). If \c division is set to \c all_dimensions, then all
10dimensions are simultaneously subdivided.
11
12Topics::
13Examples::
14Theory::
15Faq::
16See_Also::
17