opt method

TTGraph opt(
  1. TTGraphOptions options
)

Configure graph options

Currently unused

@param options

Implementation

TTGraph opt(TTGraphOptions options) {
  _opt = options;
  return this;
}