Hazard_PAP
This commit is contained in:
		
							parent
							
								
									40a0964a93
								
							
						
					
					
						commit
						800d64613d
					
				
					 2 changed files with 46504 additions and 1 deletions
				
			
		| 
						 | 
					@ -60,7 +60,7 @@ void PrimImplikant::makeLocations()
 | 
				
			||||||
	this->_locations = new vector<KV_PiEleLoc*>();
 | 
						this->_locations = new vector<KV_PiEleLoc*>();
 | 
				
			||||||
	this->_locations->resize(this->elements.size());
 | 
						this->_locations->resize(this->elements.size());
 | 
				
			||||||
	for (uint i = 0; i < this->elements.size(); i++)
 | 
						for (uint i = 0; i < this->elements.size(); i++)
 | 
				
			||||||
		(*this->_locations)[i] = new KV_PiEleLoc(this->elements[i]);
 | 
							this->_locations->at(i) = new KV_PiEleLoc(this->elements[i]); // zu fragen
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
vector<KV_PiEleLoc*>* PrimImplikant::locations()
 | 
					vector<KV_PiEleLoc*>* PrimImplikant::locations()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										46503
									
								
								Hazard_PAP.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										46503
									
								
								Hazard_PAP.pdf
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
		Reference in a new issue