WorkerAutomationConst

private object WorkerAutomationConst

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

consoleOutput
Link copied to clipboard
const val consoleOutput: Boolean = false

Controls detailed logging of decisions to the console -Turn off for release builds!

maxBfsReachPadding
Link copied to clipboard
const val maxBfsReachPadding: Int = 2

BFS max size is determined by the aerial distance of two cities to connect, padded with this

Sources

jvm source
Link copied to clipboard