mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									3b6eef05c9
								
							
						
					
					
						commit
						b90bc4e685
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -78,7 +78,7 @@ typename symbolic_automata<T, M>::automaton_t* symbolic_automata<T, M>::mk_minim | |||
|     vector<block> pblocks; | ||||
|     unsigned_vector blocks; | ||||
|     pblocks.push_back(block(fa->final_states()));     // 0 |-> final states
 | ||||
|     pblocks.push_back(block(fa->non_final_states());  // 1 |-> non-final states
 | ||||
| //    pblocks.push_back(block(fa->non_final_states());  // 1 |-> non-final states
 | ||||
|     for (unsigned i = 0; i < fa->num_states(); ++i) { | ||||
|         if (fa->is_final_state(i)) {             | ||||
|             blocks.push_back(0); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue