Use enum class instead of old enum.
As we are relying on c++11x for other stuff too.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Horus {
|
||||
|
||||
class ElimGraph {
|
||||
public:
|
||||
enum ElimHeuristic {
|
||||
enum class ElimHeuristic {
|
||||
sequentialEh,
|
||||
minNeighborsEh,
|
||||
minWeightEh,
|
||||
|
||||
Reference in New Issue
Block a user