Skip to content

Commit

Permalink
Minor fixes in volesti_lecount.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vaithak authored Jun 4, 2021
1 parent 697bc54 commit acbca4c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ NT calculateLinearExtension(ArgOptions& args) {
bool parseArgs(int argc, char* argv[], ArgOptions& args) {
if(argc < 3) {
std::cerr << "Too few arguments";
std::cerr << "Usage: ./lecount INSTANCE VOLUME_METHOD ROUNDING_METHOD(optional) ";
std::cerr << "Usage: ./volesti_lecount INSTANCE VOLUME_METHOD ROUNDING_METHOD(optional) ";
return false;
}

Expand Down Expand Up @@ -202,11 +202,11 @@ bool parseArgs(int argc, char* argv[], ArgOptions& args) {

/**
Usage: ./lecount INSTANCE VOLUME_METHOD ROUNDING_METHOD
Usage: ./volesti_lecount INSTANCE VOLUME_METHOD ROUNDING_METHOD
(ROUNDING_METHOD is optional)
example: for (volume method = sequence of balls, rounding method = SVD)
./lecount instances/bipartite_0.5_008_0.txt sob SVD
./volesti_lecount instances/bipartite_0.5_008_0.txt sob SVD
*/
int main(int argc, char* argv[]) {
Expand Down

0 comments on commit acbca4c

Please # to comment.