autoConfig property

void autoConfig=(bool value)

Whether to use heuristics to automatically select solver and configure it.

Defaults to true.

Implementation

set autoConfig(bool value) => this['auto_config'] = '$value';