-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The function triminf
is invalid — there is no find
method in Julia:
ActiveSetPursuit.jl/src/helpers.jl
Lines 211 to 213 in b602cef
tlistbl = find( state[active] .== -1 & bl[active] .< -bigbnd ) | |
tlistbu = find( state[active] .== +1 & bu[active] .> +bigbnd ) | |
tlist = [tlistbl; tlistbu] |
Fix this function and create unit test.
Metadata
Metadata
Assignees
Labels
No labels