using FTP
using Plots
# Define points
A = [-2 0; 0 2; 2 0]
# Solve the Fermat-Torricelli problem
optimal_point, convergence_history = solve_fermat_torricelli(A)
# Visualize the solution
p = plot_solution(A, optimal_point)
display(p)
-
Notifications
You must be signed in to change notification settings - Fork 0
Solving Fermat–Torricelli problem in Julia.
License
lnhutnam/FTP.jl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Solving Fermat–Torricelli problem in Julia.