Regarding Combinatorics

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ahadcse
    New Member
    • Feb 2013
    • 2

    Regarding Combinatorics

    Hi,

    I am working on Model-Based Testing. I need to find code samples written in python. The code will take input from user which will be different parameters. And the output will be the different combinations of that parameter. This part is simple. I have no problem with it. But I want to put different constrains on the parameters (for example, keep one parameter constant and change other parameters in a certain range). At the end my intention is to make a very dynamic program which will support giving different constraints.
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    Do you have a specific question? If so, it would help if you provide a working sample of your code.

    Comment

    • ahadcse
      New Member
      • Feb 2013
      • 2

      #3
      Thanks. I found a good library.

      Download AllPairs for free. AllPairs is an open source test combinations generator written in Python. It allows one to create set of tests using 'pairwise combinations' method, reducing a number of combinations of variables into a lesser set that covers most situations.


      Can visit if you are interested

      Comment

      Working...