Search:

Type: Posts; User: LittleGreenMidget

Search: Search took 0.06 seconds.

  1. Re: Need algorithm for generation of all variations of a 4x4 boolean table.

    Bump for thank you note and revised code.
  2. Re: Need algorithm for generation of all variations of a 4x4 boolean table.

    Because there are 7 criteria and some criteria are interdependent which leads me to believe that an algorithm which generates only tables which meet the criteria is immeasurably more complex than...
  3. Re: Need algorithm for generation of all variations of a 4x4 boolean table.

    First comment edited.
  4. Re: Need algorithm for generation of all variations of a 4x4 boolean table.

    To clarify the reason I need 2^16 arrays is because I am trying to create every possible variation of a 4x4 2d boolean array. That is where the tables come in, they are a sample of the 65536 tables I...
  5. Re: Need algorithm for generation of all variations of a 4x4 boolean table.

    I think I see where you're going with this but the problem I have is not so much the creation of the tables as the algorithm to do so. What I mean by that is this :

    This is table 1: ...
  6. Re: Need algorithm for generation of all variations of a 4x4 boolean table.

    I'm afraid so. That is precisely what I'm trying to do. Would using the hex numbers system still allow me to store the value of each point on the array however? I need to maintain the true / false...
  7. Need algorithm for generation of all variations of a 4x4 boolean table.

    Hello everyone, I am currently try to solve a problem which requires the generation of all 2^16 tables and I'm afraid I have no clue how to do so efficiently. Could anyone please point me to an...
  8. Need algorithm for generation of all variations of a 4x4 boolean table.

    Hello everyone, I am currently try to solve a problem which requires the generation of all 2^16 arrays each with different values and I'm afraid I have no clue how to do so efficiently. Could anyone...
Results 1 to 8 of 8