-
Notifications
You must be signed in to change notification settings - Fork 10
Treat some arguments to a special function call, e.g. in So, to be a request to SMT-solver #301
Copy link
Copy link
Open
Labels
code: enhancementNew feature or improvementNew feature or improvementderive: least-effortRelates to the `LeastEffort` derivation algorithmRelates to the `LeastEffort` derivation algorithmissue: performanceWhen work takes too much resourcesWhen work takes too much resourcespart: derivationRelated to automated derivation of generatorsRelated to automated derivation of generatorspart: infra libsRelated to supporting data types and other definitionsRelated to supporting data types and other definitionsstatus: feature requestRequest for new functionality or improvementRequest for new functionality or improvement
Metadata
Metadata
Assignees
Labels
code: enhancementNew feature or improvementNew feature or improvementderive: least-effortRelates to the `LeastEffort` derivation algorithmRelates to the `LeastEffort` derivation algorithmissue: performanceWhen work takes too much resourcesWhen work takes too much resourcespart: derivationRelated to automated derivation of generatorsRelated to automated derivation of generatorspart: infra libsRelated to supporting data types and other definitionsRelated to supporting data types and other definitionsstatus: feature requestRequest for new functionality or improvementRequest for new functionality or improvement
In a situation when we have some arguments
a,b,c, ... given or already generated, some other argumentsx,y,z, ... not yet generated and having a constructor argumentSo (f a b c ... x y z ...), iffcontains, say, only particular type of arithmetic, we could ask SMT solver aboutx,y,zrather than generating them and after that checking for inhabitance ofSo ..., as we do now.Something like