| 25 | } |
| 26 | |
| 27 | std::unique_ptr<OptimizationProblem> OptimizationProblem::clone() const { |
| 28 | return std::make_unique<OptimizationProblem>(*this); |
| 29 | } |
| 30 | |
| 31 | double OptimizationProblem::get_objective_multiplier() const { |
| 32 | return 1.; |
nothing calls this directly
no outgoing calls
no test coverage detected