![]() |
|
|
#12 |
|
Romulan Interpreter
Jun 2011
Thailand
7×1,373 Posts |
Hm... according with what the talk is talking here, I may have to waste my weekend playing with triangles... (didn't start yet, but it is really tempting!)
|
|
|
|
|
|
#13 |
|
Jun 2003
22·3·421 Posts |
|
|
|
|
|
|
#14 | |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3·5·137 Posts |
Quote:
Largest maximally elongated possible grid is a matrix of 6x100. For 6 <= L1 <=100 L2 <= 600\L1
Last fiddled with by a1call on 2018-10-06 at 04:43 |
|
|
|
|
|
|
#15 | |
|
Jun 2003
22·3·421 Posts |
Quote:
Also, for placing N points successfully, you'll need at least (N-1) points x (N-1) points grid. |
|
|
|
|
|
|
#16 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
80716 Posts |
There are only 11 points placed on a grid with a maximum of 600 cells. Any 3 point subset of the 11 points forms a triangle. There are 165 different 3-combinations of 11 points, forming 165 triangles none of which may have the same area as any other.
|
|
|
|
|
|
#17 | |
|
"Ben"
Feb 2007
3·1,171 Posts |
Quote:
Best solution so far is now at 163 on the dimension 23x26 grid. |
|
|
|
|
|
|
#18 |
|
Romulan Interpreter
Jun 2011
Thailand
961110 Posts |
Scratch that! I am stupid! (I thought I solved it)
(advantages of being supermod, haha, can remove posts where my mouth was talking without me...) Last fiddled with by LaurV on 2018-10-06 at 08:19 |
|
|
|
|
|
#19 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
It is a fun puzzle!
A solution for n points contains n (n-1)-point solutions in it. Without the L1*L2<=600 constraint it is easy to find a sparse set, e.g. [[26,11], [32,10], [0,24], [17,0], [34,6], [32,18], [2,14], [31,2], [7,3], [21,25], [10,25]] Now, need to tighten the cage... |
|
|
|
|
|
#20 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
250516 Posts |
Tightening the solution "from above".
I have a few S=700 solutions, S=663 and an S=644 solution... |
|
|
|
|
|
#21 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
205510 Posts |
Just not to have misdirected anyone, it's not clear to me if the grid size of L1xL2<=600 is based on the L's being counted from 0 or 1.
If the former then an actual grid cell number of 26x25=650 or less would be valid. |
|
|
|
|
|
#22 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
Quote:
Because it uses dots with coordinates ranging from 0 to 3, you have your answer right there. It is like a Go board: for which the grid has only 18x18 squares (in terms of this IBM problem, its area is 324), but you can use 19x19 positions to put a stone! |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| October 2017 | Xyzzy | Puzzles | 9 | 2017-11-07 15:18 |
| October 2016 | R. Gerbicz | Puzzles | 10 | 2016-11-01 13:35 |
| October 2015 | LaurV | Puzzles | 3 | 2015-11-02 15:22 |
| October 2014 | Xyzzy | Puzzles | 8 | 2014-11-02 19:03 |
| 13 October is approaching! | Joe O | Prime Sierpinski Project | 1 | 2010-10-09 06:12 |