SolverCaseParameterTableData

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.

Constructors

Link copied to clipboard
constructor(expId: Int = -1, solverLabel: String = "", paramName: String = "", paramValue: String = "")

Properties

Link copied to clipboard
var expId: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard