Skip to content

Commit a93d8bb

Browse files
committed
document missing key
1 parent c11661a commit a93d8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OptimizationProblems.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The following keys are valid:
7979
- `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)
8080
- `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)
8181
- `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
8283
- `origin::Symbol`: origin of the problem, in [:academic, :modelling, :real, :unknown]
8384
"""
8485
const meta = DataFrame(names .=> [Array{T}(undef, number_of_problems) for T in types])

0 commit comments

Comments
 (0)