Interface BinarySolution

All Superinterfaces:
Serializable, Solution<BinarySet>
All Known Implementing Classes:
DefaultBinarySolution

public interface BinarySolution extends Solution<BinarySet>
Interface representing binary (bitset) solutions
Author:
Antonio J. Nebro invalid input: '<'antonio@lcc.uma.es>
  • Method Details

    • numberOfBitsPerVariable

      List<Integer> numberOfBitsPerVariable()
    • totalNumberOfBits

      int totalNumberOfBits()