OptimizeObjective constructor
OptimizeObjective({})
Implementation
OptimizeObjective({
required this.lowerBound,
required this.lowerValue,
required this.upperBound,
required this.upperValue,
required this.objective,
});