SolutionStatus

sealed abstract class SolutionStatus(val entryName: String)
Companion:
object
class Object
trait Matchable
class Any
object INFEASIBLE.type
object NOT_SOLVED.type
object OPTIMAL.type
object SUBOPTIMAL.type
object UNBOUNDED.type

Value members

Concrete fields

val entryName: String