mirror of
				https://github.com/Brandon-Rozek/matmod.git
				synced 2025-11-03 03:11:12 +00:00 
			
		
		
		
	Fix for Python 3.10
This commit is contained in:
		
							parent
							
								
									9d3e4b1fa6
								
							
						
					
					
						commit
						c8b3ca5900
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -102,7 +102,7 @@ def process_model(
 | 
			
		|||
    global solutions
 | 
			
		||||
 | 
			
		||||
    logical_operations = { mimplication }
 | 
			
		||||
    model_name = f"{size}{"." + str(num_negation) if num_negation != 0 else ""}.{num_order}.{num_designated}.{num_implication}"
 | 
			
		||||
    model_name = f"{size}{'.' + str(num_negation) if num_negation != 0 else ''}.{num_order}.{num_designated}.{num_implication}"
 | 
			
		||||
    model = Model(carrier_set, logical_operations, designated_values, name=model_name)
 | 
			
		||||
    interpretation = {
 | 
			
		||||
        Implication: mimplication
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue