Skip to content

Commit

Permalink
remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Apr 5, 2022
1 parent a73976f commit 0409b34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extern/filereaderlp/def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ void inline lpassert(bool condition) {
}
}

const unsigned int LP_MAX_NAME_LENGTH = 255;
const unsigned int LP_MAX_LINE_LENGTH = 560;

const std::string LP_KEYWORD_MIN[] = {"minimize", "min", "minimum"};
const std::string LP_KEYWORD_MAX[] = {"maximize", "max", "maximum"};
const std::string LP_KEYWORD_ST[] = {"subject to", "such that", "st", "s.t."};
Expand Down

0 comments on commit 0409b34

Please sign in to comment.