rlimit property

void rlimit=(int value)

Resource limit on solver, resources are counted arbitrarily by the solver but should always be consumed over time.

Defaults to no limit (0).

Implementation

set rlimit(int value) => this['rlimit'] = '$value';