add

fun add(estimate: EstimatedResponse)(source)

Adds the supplied estimated response. If the estimated response is not currently in the response map, then it is added. If it is already in the response map, the old value is replaced with the supplied value.

Parameters

estimate

the estimated response to add. The name of the response must be valid for the associated problem.