GenerateNeighborIfc

fun interface GenerateNeighborIfc

Given input values for a problem, this functional interface should generate a neighbor relative to the supplied input. The solver is supplied to allow potential access to its memory within the generation process.

Functions

Link copied to clipboard
abstract fun generateNeighbor(inputMap: InputMap, solver: Solver, ensureFeasibility: Boolean): InputMap

Given input values for a problem, this function should generate a neighbor relative to the supplied input.