Feature #9300
closedImplement comfortable configuration of program decomposition for a user
0%
Description
Currently, program decomposition is controlled by configuration parameters of four sections in job.json which is too complicated for beginners. We propose to implement a separate file with configuration parameters and templates for different kinds of programs and approaches to program decomposition. In job.json few options remain such as program type, target code for verification and a way for decomposition, e.g. verify kernel subsystems or modules. The new file will contain in addition to the description of decomposition strategies ready to use fragmentation sets prepared for some programs with described decomposition to start with. Such sets contain an explicit enumeration of fragments.
Updated by Ilja Zakharov about 6 years ago
- Blocked by Feature #9304: Completely remove program compilation from Klever added
Updated by Ilja Zakharov about 6 years ago
- Related to Feature #9319: Remove from user unterface options related to building programs added
Updated by Evgeny Novikov about 6 years ago
I suggest the last change to be done for resolving this issue is renaming verification objects with program fragments everywhere.
Updated by Ilja Zakharov about 6 years ago
- Status changed from New to Resolved
Finally this is implemented in Klever-2.0. Now we do not have verification objects and old generation strategies.
Updated by Evgeny Novikov about 6 years ago
- Status changed from Resolved to Closed
Branch klever-2.0 passed all tests and I merged it to master in 72be796e3 marked as v2.0rc1.