Exemplo n.º 1
0
 def constrain_positive(self, regexp, warning=True):
     """ Set positive constraints. """
     self.constrain(regexp, transformations.logexp(), warning=warning)
Exemplo n.º 2
0
 def constrain_positive(self, regexp):
     """ Set positive constraints. """
     self.constrain(regexp, transformations.logexp())
Exemplo n.º 3
0
 def constrain_positive(self, regexp):
     """ Set positive constraints. """
     self.constrain(regexp, transformations.logexp())