Fix bug, add tests, and cli output

This commit is contained in:
Alex Dadgar
2016-01-04 14:23:06 -08:00
parent 251bcf106f
commit 892c7ddee3
6 changed files with 34 additions and 14 deletions

View File

@@ -62,6 +62,7 @@ type Allocation struct {
type AllocationMetric struct {
NodesEvaluated int
NodesFiltered int
NodesAvailable map[string]int
ClassFiltered map[string]int
ConstraintFiltered map[string]int
NodesExhausted int