June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
12
Task/Closest-pair-problem/Prolog/closest-pair-problem-2.pro
Normal file
12
Task/Closest-pair-problem/Prolog/closest-pair-problem-2.pro
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
do_find_closest_points([
|
||||
point(0.654682, 0.925557),
|
||||
point(0.409382, 0.619391),
|
||||
point(0.891663, 0.888594),
|
||||
point(0.716629, 0.996200),
|
||||
point(0.477721, 0.946355),
|
||||
point(0.925092, 0.818220),
|
||||
point(0.624291, 0.142924),
|
||||
point(0.211332, 0.221507),
|
||||
point(0.293786, 0.691701),
|
||||
point(0.839186, 0.728260)
|
||||
]).
|
||||
Loading…
Add table
Add a link
Reference in a new issue