Solver Case Parameter Table Data
data class SolverCaseParameterTableData(var expId: Int = -1, var solverLabel: String = "", var paramName: String = "", var paramValue: String = "") : DbTableData(source)
The flattened configuration properties of a solver case, read from the first solver instance the case actually created during the experiment — the configuration that ran, not what was assumed.