Option:New cover
From DocR21
Contents |
Action
Determines whether or not to use the new algorithm.
Name String
new_cover
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #t |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | TRUE |
Description
If on (default), uses the new covering algorithm.
Example
; new_cover ; Turn off the new algorithm (option:set "new_cover" #f) ;; #t
