-
Notifications
You must be signed in to change notification settings - Fork 18
On boarding guide
Zhen Zhang edited this page Aug 16, 2019
·
4 revisions
Welcome to join Cozy project! To get started, please follow the following task items:
- First week
- Read User manual and synthesize the
Basic.java
. Please submit the generated java file to your research mentor - Read the first original paper about Cozy. Here is a tip on how to get started on this.
- Read User manual and synthesize the
- Second week:
- try to grab one of the following easier issues (note that asking what is unclear from the issue description is also an important part of solving an issue):
- Try to run cozy on https://github.com/CozySynthesizer/cozy/blob/master/examples/lsort.ds, tweak the spec code (
.ds
) and answer questions:- What is
Bag
? - Can
Int
be inBag
? - What would be different in the Java synthesis if use of
sorted
is removed from the spec? Why?
- What is