The 4th Syntax-Guided Synthesis Competition (SyGuS-Comp) will take place as a satellite event of CAV and SYNT 2017.
UPDATE: SyGuS-Comp 2017 has concluded (Results). Congratulations to all winners.
Important Dates
22 July 2017 | Solvers presentation (at SYNT’17 workshop) |
Call for Participation
This is a call for participation in the 4th Syntax-Guided Synthesis Competition to be organized as a satellite event of SYNT and CAV 2017.
The classical formulation of the program-synthesis problem is to find a program that meets a correctness specification given as a logical formula. Recent work on program synthesis and program optimization illustrates many potential benefits of allowing the user to supplement the logical specification with a syntactic template that constrains the space of allowed implementation. The motivation is twofold. First, narrowing the space of implementations makes the synthesis problem more tractable. Second, providing a specific syntax can potentially lead to better optimizations.
The input to the syntax-guided synthesis problem (SyGuS) consists of a background theory, a semantic correctness specification for the desired program given by a logical formula, and a syntactic set of candidate implementations given by a grammar. The computational problem then is to find an implementation from the set of candidate expressions that satisfies the specification in the given theory. The formulation of the problem builds on SMT-LIB.
There has been a lot of recent interest in both using SyGuS solvers for various synthesis applications and developing different solving algorithms. The SyGuS competition (SyGuS-Comp’17) will allow solvers to compete on a large collection of benchmarks and advance the state-of-the-art for program-synthesis tools. We invite authors to submit their SyGuS solvers to this year’s SyGuS Competition.
For questions regarding the competition please contact the organizers at sygus-organizers@seas.upenn.edu.
Competition Tracks
This year’s competition will have 5 tracks:
- General SyGuS track (General),
- Invariant synthesis track (Inv),
- Conditional Linear Integer Arithmetic track (CLIA),
- Programming By Examples [Theory of Strings] track (PBE-Strings), and
- Programming By Examples [Theory of Bit Vectors] track (PBE-BV).
Check the specification language for more details on the formulation of the problems for these tracks.
Evaluation
Solvers will be evaluated on the StarExec platform, which provided 200 dual quad-core machines with 256GB memory each. The solvers would be run with a TIMEOUT value. The SyGuS-correctness checker, as well as the solvers from last year’s competition are available on the SyGuS community at StarExec. Candidate participants are invited to register on StarExec, where they can easily compare their solvers to the previous ones against the public benchmarks.
Tool Submission and Description
We expect tool developers to test their solvers on the public benchmarks, and submit the solver binaries on StarExec by the solver submission deadline. Each solver submission should also be accompanied by a brief (1 – 2 page in IEEE format) description of the key ideas of the solver.
Licensing of Tools and Benchmarks:
All benchmarks will be made public after the competition. We encourage the tool developers to make their solvers open-source, but participants are welcomed to submit binaries of proprietary tools as well.
Participating Solvers
Five solvers participated in SyGuS-Comp’17:
- CVC4 (in all 5 tracks)
Andrew Reynolds (University of Iowa), Haniel Barbosa (University of Iowa), Andres Notzli (Stanford University), Cesare Tinelli (University of Iowa) and Clark Barrett (Stanford University) - DryadSynth (in Inv and CLIA tracks)
KangJing Huang (Purdue University), Xiaokang Qiu (Purdue University) and Yanjun Wang (Purdue University) - EUSolver (in all 5 tracks)
Arjun Radhakrishna (Microsoft) and Abhishek Udupa (Microsoft) - Euphony (in all 5 tracks)
Woosuk Lee (University of Pennsylvania), Arjun Radhakrishna (Microsoft) and Abhishek Udupa (Microsoft) - E3Solver (in PBE-BV track)
Ammar Ben Khadra (University of Kaiserslautern) - LoopInvGen (in Inv track)
Saswat Padhi (UCLA) and Todd Millstein (UCLA)
Results
The winners for various tracks are as follows.
- PBE-BV Track: E3Solver
- PBE-Strings Track: CVC4
- Inv Track: LoopInvGen
- CLIA Track: CVC4
- General Track: CVC4
Slides for final presentation of results are here.
Slides for final presentation of solvers:
CVC4,
DryadSynth,
E3Solver,
LoopInvGen
A detailed final report is also available here.