#include <Solver.h>
Public Types | |
| typedef double | Key |
| typedef Var | Data |
| typedef int | Attr |
Public Member Functions | |
| Data | data () const |
| Key | key () const |
| Attr | attr () const |
| JustKey () | |
| JustKey (const Key &nkey, const Data &ndata, const Attr &nattr) | |
Public Attributes | |
| Key | _key |
| Data | _data |
| Attr | _attr |
| typedef int Gluco2::Solver::JustKey::Attr |
| typedef Var Gluco2::Solver::JustKey::Data |
| typedef double Gluco2::Solver::JustKey::Key |
|
inline |
|
inline |
|
inline |