File: basicfunc.rst

package info (click to toggle)
python-csa 0.1.13-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 572 kB
  • sloc: python: 2,444; cpp: 320; sh: 49; makefile: 39
file content (36 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Basic functions
===============

Connection-set constructor
--------------------------

.. function:: cset (mask, valueSet, ...)

Selectors
---------

.. function:: mask (object)

.. function:: value (object, k)

.. function:: arity (object)

Cartesian product
-----------------

.. function:: cross (set1, set2)

Elementary masks
----------------



Support for parallel simulators
-------------------------------

.. function:: partition (cset, masks, selected[, seed])

Utilities
---------

.. function:: tabulate (cset)