Skip to content
  • Brecht Vermeulen's avatar
    Fix regexps in 'Attempt to parse the violations into something human readable' · ca0bac29
    Brecht Vermeulen authored
    e.G. the following assign violations gave just 'Not enough bandwdith' as the 0 always matched.
    Now we match with any number 1-9
    
       BEST SCORE:  50.5 in 0 iters and 0.008631 seconds
      unassigned:  0
      pnode_load:  26
      no_connect:  0
      link_users:  0
      bandwidth:   0
      desires:     0
      vclass:      0
      delay:       0
      trivial mix: 0
      subnodes:    0
      max_types:   0
      endpoints:   0
    ca0bac29