[dead]
Autoresearch for SAT Solvers
21–30 of 38 posts
Re: Autoresearch for SAT Solvers
#22It would be interesting to take the resulting solver and apply it to an unknown data set.
Re: Autoresearch for SAT Solvers
#23[dead]
its just comparing the cost of the best solution found to the best known cost we had before. O(N). why optimistic?
Re: Autoresearch for SAT Solvers
#24Re: Autoresearch for SAT Solvers
#25Earlier quoted context omitted.
yeh. ofc. but on any problem larger than 40 variables, the gains from random restarts or initializations will quickly plateau
and it would take an algo change to the solver to jump to the next local optimum
Re: Autoresearch for SAT Solvers
#26Earlier quoted context omitted.
True. I’d be curious whether a combination of matching comp/training cutoff and censoring web searches could yield a more precise evaluation.
as its from 2024 (MaxSAT was not held in 2025), its quite likely all the solvers are in the training data. so the interesting part here is the instances for which we actually got better costs that what is currently known (in the best-cost.csv) file.
Re: Autoresearch for SAT Solvers
#27Earlier quoted context omitted.
its just comparing the cost of the best solution found to the best known cost we had before. O(N). why optimistic?
If you have showdead on, you can see that this account posts generic oneliners: https://news.ycombinator.com/threads?id=balinha_8864
Re: Autoresearch for SAT Solvers
#28It should be noted that MaxSAT 2024 did not include z3, as with many competitions. It’s possible (I’d argue likely) that the agent picked up on techniques from Z3 or some other non-competing solver, rather than actually discovering some novel approach.
Re: Autoresearch for SAT Solvers
#29Re: Autoresearch for SAT Solvers
#30Earlier quoted context omitted.
If you have showdead on, you can see that this account posts generic oneliners: https://news.ycombinator.com/threads?id=balinha_8864
Is that bad?
So the reason the comment appears weirdly disconnected from the content of the article is that it was generated independently from the content of the article.