| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Solver --+
|
SATSolver
Converts the problem to a set of pseudo-boolean constraints and uses a PB solver to solve them.
| Instance Methods | |||
|
|||
|
|||
|
|||
| int |
|
||
|
|||
|
|||
|
Inherited from |
|||
| Instance Variables | |
| str |
langs = property(lambda self: self._langs, set_langs)the preferred languages (e.g. |
|
Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Set the preferred languages.
|
Compare a and b to see which would be chosen first. Does not consider whether the implementations are usable (check for that yourself first).
|
Get the best implementation of root_interface and all of its dependencies.
|
| Instance Variable Details |
langsthe preferred languages (e.g. ["es_ES", "en"]). Initialised to the current locale.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 25 15:59:01 2011 | http://epydoc.sourceforge.net |