Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
BddRandom
SourceA simple front-end to the lutin Random toss machinary
val draw :
?number:int ->
Exp.var list ->
Exp.var list ->
Exp.formula ->
(string * bool) list list
draw bvl nvl f
draw values according to constraints contained in f
bvl
contains Bool vars to gennvl
contains numeric vars to genbvl
and nvl
should contains at least all the variables appearing in f
.number
controls the number of draw to be done (1 by default)draw_in_dimacs_file dimacs_file
Do the same job a draw
, by looking for constraints in a dimacs file