You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/OptimizationProblems.jl
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ The following keys are valid:
79
79
- `best_known_lower_bound::Real`: lower bound on the global optimal value (default: -Inf for minimization problem, f(x0) for maximization problem if x0 is feasible, -Inf otherwise)
80
80
- `best_known_upper_bound::Real`: upper bound on the global optimal value (default: Inf for maximization problem, f(x0) for minimization problem if x0 is feasible, Inf otherwise)
81
81
- `is_feasible::Union{Bool, Missing}`: true if problem is feasible
82
+
- `defined_everywhere::Union{Bool, Missing}`: true if the objective is define for all values of the variables
82
83
- `origin::Symbol`: origin of the problem, in [:academic, :modelling, :real, :unknown]
83
84
"""
84
85
const meta =DataFrame(names .=> [Array{T}(undef, number_of_problems) for T in types])
0 commit comments