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
# Note that the output of `implement_reduction_path` is a [`AbstractReductionResult`](@ref), which contains the target problem and reduction information. So we
36
36
# need to extract the target problem by [`target_problem`](@ref) function.
result =findbest(target, GenericTensorNetworks.GTNSolver())
48
40
49
41
# Here we use `GenericTensorNetworks.jl` to solve the SpinGlass problem and obtain the `result`, we need to extract the solution for source problem from the result.
0 commit comments