Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/15/08 15:57:41 (16 years ago)
Author:
gkronber
Message:

fixed more bugs (not thoroughly tested but at least it works for OSGP_NOx and OSGA_TSP)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/XmlTextReaderBranch/HeuristicLab.Constraints/NotConstraint.cs

    r121 r123  
    8181    public override void Populate(XmlReader reader, IDictionary<Guid, IStorable> restoredObjects) {
    8282      base.Populate(reader, restoredObjects);
     83      reader.Read();
    8384      subConstraint = (ConstraintBase)PersistenceManager.Restore(reader, "SubConstraint", restoredObjects);
     85      reader.Read();
    8486    }
    8587    #endregion
Note: See TracChangeset for help on using the changeset viewer.