CGRA-ME
Classes | Enumerations
ILPMapper.h File Reference
#include <CGRA/Mapper.h>
#include <set>
#include <string>

Go to the source code of this file.

Classes

class  ILPMapper
 

Enumerations

enum  ILPMapperStatus {
  ILPMapperStatus::INFEASIBLE, ILPMapperStatus::TIMEOUT, ILPMapperStatus::OPTIMAL_FOUND, ILPMapperStatus::SUBOPTIMAL_FOUND,
  ILPMapperStatus::INTERRUPTED, ILPMapperStatus::UNLISTED_STATUS
}
 

Enumeration Type Documentation

◆ ILPMapperStatus

enum ILPMapperStatus
strong
Enumerator
INFEASIBLE 
TIMEOUT 
OPTIMAL_FOUND 
SUBOPTIMAL_FOUND 
INTERRUPTED 
UNLISTED_STATUS 

Definition at line 18 of file ILPMapper.h.