- Timestamp:
- 12/31/18 08:14:11 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Core/3.3/Constraints/IConstraint.cs
r16453 r16474 22 22 using System; 23 23 using System.Collections.Generic; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Core { 27 [StorableType("070af09a-c6b5-4f2b-be2e-4c2c6732febd")] 26 28 public interface IConstraint : IItem { 27 29 bool Active { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.