# File lib/bn4r/bn.rb, line 83
  def all_nodes_with_values?
    vertices.select {|v| !v.value.nil? }.size == vertices.size
  end