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.Functions/Variable.cs

    r121 r123  
    104104    public override void Populate(XmlReader reader, IDictionary<Guid, IStorable> restoredObjects) {
    105105      base.Populate(reader, restoredObjects);
    106 
    107106      variable = (ConstrainedIntData)GetVariable("Variable").Value;
    108107      weight = (ConstrainedDoubleData)GetVariable("Weight").Value;
Note: See TracChangeset for help on using the changeset viewer.