The initial input names var_name_1, var_name_2 etc are found in the constraints in the .pir document and are parsed and collected early in the compilation process. We should add a utility to generate a list of the inputs in JSON format with the expected variable names filled in, and give the user the option to have it generated for them if they choose.
Vamp-ir now gives the option to solicit initial witnesses from the command line or from a JSON file. The JSON inputs file has this structure:
The initial input names
var_name_1
,var_name_2
etc are found in the constraints in the.pir
document and are parsed and collected early in the compilation process. We should add a utility to generate a list of the inputs in JSON format with the expected variable names filled in, and give the user the option to have it generated for them if they choose.