mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Add solvers to model checker json docs
This commit is contained in:
		
							parent
							
								
									c69c08a26e
								
							
						
					
					
						commit
						e9e3f1238f
					
				@ -410,6 +410,9 @@ Input Description
 | 
			
		||||
          "engine": "chc",
 | 
			
		||||
          // Choose whether to output all unproved targets. The default is `false`.
 | 
			
		||||
          "showUnproved": true,
 | 
			
		||||
          // Choose which solvers should be used, if available.
 | 
			
		||||
          // See the Formal Verification section for the solvers description.
 | 
			
		||||
          "solvers": ["cvc4", "smtlib2", "z3"],
 | 
			
		||||
          // Choose which targets should be checked: constantCondition,
 | 
			
		||||
          // underflow, overflow, divByZero, balance, assert, popEmptyArray, outOfBounds.
 | 
			
		||||
          // If the option is not given all targets are checked by default.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user