Improve hcli usage string
This commit is contained in:
parent
dc536fabc2
commit
ea054468bc
@ -16,8 +16,8 @@ VarIds readQueryAndEvidence (FactorGraph&, int, const char* [], int);
|
|||||||
|
|
||||||
void runSolver (const FactorGraph&, const VarIds&);
|
void runSolver (const FactorGraph&, const VarIds&);
|
||||||
|
|
||||||
const string USAGE = "usage: ./hcli \
|
const string USAGE = "usage: ./hcli [solver=hve|bp|cbp] \
|
||||||
[<KEY>=<VALUE>]... <FILE> [<VAR>|<VAR>=<EVIDENCE>]..." ;
|
[<HORUS_KEY>=<VALUE>]... <FILE> [<VAR>|<VAR>=<EVIDENCE>]... " ;
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user