Skip to content

Use truth table into spec #191

@XiangyuG

Description

@XiangyuG

When running the experiment, we found the synthesis time is unstable across different mutations even if we have already set the slv-seed. One initial idea to solve this issue is to create a truth table to replace the spec file.

To be specific, we will replace y = x + 1 by if (x == 0) {y = 1} elif (x == 1) {y =2 }... so that all mutations will have one same spec format.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions