Constraint Satisfaction Programming for the No-three-in-line Problem
Thomas Prellberg

TL;DR
This paper applies constraint satisfaction programming to find point configurations on an n×n grid with no three collinear points, extending known results up to n=60 and raising the minimal n where the problem is unresolved.
Contribution
It introduces a constraint satisfaction approach to the no-three-in-line problem, improving bounds on the minimal n with unknown D(n) values.
Findings
Configurations found for all n ≤ 60 with no three collinear points.
The minimal n with unknown D(n)=2n increases from 47 to 61.
Demonstrates the effectiveness of constraint programming in combinatorial geometry.
Abstract
Using a constraint satisfaction approach, we exhibit configurations of points on the grid for all with no three collinear. Consequently, the smallest for which it is unknown whether increases from to .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Computational Geometry and Mesh Generation · Advanced Graph Theory Research
