Exemplo n.º 1
0
 public Fact(Variable v, string weight, Rightly truly)
     : this(v, weight)
 {
     this.Truly = truly;
 }
Exemplo n.º 2
0
 public Fact(Variable v, string weight)
 {
     this.V      = v;
     this.Weight = weight;
     truly       = Rightly.Unknown;
 }