mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 11:12:28 +00:00 
			
		
		
		
	focused query to optimize
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									a003139704
								
							
						
					
					
						commit
						01ba749a5d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -30,5 +30,5 @@ const file = await workspace.readText(inputFile); | |||
| const answer = await invokeLLMUpdate(file.content); | ||||
| // Extract the code from the answer by removing ```cpp and ```:
 | ||||
| let code = answer.replace(/```cpp/g, "").replace(/```/g, ""); | ||||
| const outputFile = inputFile.filename + ".patch"; | ||||
| const outputFile = inputFile.filename + ".opt"; | ||||
| await workspace.writeText(outputFile, code); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue