https://github.com/mfornet/tcgen
Program synthesis tool. Read a list of strings and create a generator that sample strings from the same distribution as input strings. Focused on test cases of competitive programming problems.
https://github.com/mfornet/tcgen
competitive-programming program-synthesis
Last synced: 12 months ago
JSON representation
Program synthesis tool. Read a list of strings and create a generator that sample strings from the same distribution as input strings. Focused on test cases of competitive programming problems.
- Host: GitHub
- URL: https://github.com/mfornet/tcgen
- Owner: mfornet
- License: mit
- Created: 2019-05-03T03:14:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T03:20:52.000Z (almost 7 years ago)
- Last Synced: 2025-02-16T19:43:42.049Z (about 1 year ago)
- Topics: competitive-programming, program-synthesis
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TCGen
Test cases generator generator tool. The first sentence has no typo.
Given a set of strings create a code that randomly generate samples from the same distribution of such strings.
It is highly focused for test cases in competitive programming problems but can be used/extended beyond this scope.
## Usage
`python3 -m tcgen --path /path/to/testcases`