- Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
comp-fuzzingIssue is related to the fuzzingIssue is related to the fuzzingcomp-symbolic-engineIssue is related to the symbolic execution engineIssue is related to the symbolic execution enginectg-enhancementNew feature, improvement or change requestNew feature, improvement or change requestpriority-top-focusTop priority chosen by dev teamTop priority chosen by dev team
Description
Description
Sometimes in the beginning of symbolic analyze SMT Solver initialize with bad parameters' values that may increase time of analyzing and then generating tests. The main idea is using fuzzer as seed for SMT Solver initializing.
Expected behavior
We can significantly decrease time of symbolic analyzing.
Environment
You can execute test generation for a complex example. Stop the generation in several seconds after the start.
Potential alternatives
We can use Assumptions to integrate fuzzing and symbolic analyzing by executing concretely.
Metadata
Metadata
Assignees
Labels
comp-fuzzingIssue is related to the fuzzingIssue is related to the fuzzingcomp-symbolic-engineIssue is related to the symbolic execution engineIssue is related to the symbolic execution enginectg-enhancementNew feature, improvement or change requestNew feature, improvement or change requestpriority-top-focusTop priority chosen by dev teamTop priority chosen by dev team
Type
Projects
Status
In Progress