Skip to content

Commit

Permalink
add a depth
Browse files Browse the repository at this point in the history
  • Loading branch information
yanntm committed Dec 21, 2018
1 parent b46f6ca commit cf43db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BOBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace suboo {
static bool enforcePrereqBySwap(BuildOrder & bo);
static BuildOrder enforcePrereq(const BuildOrder & bo);
BuildOrder computeBO();
static BuildOrder improveBO(const BuildOrder & bo);
static BuildOrder improveBO(const BuildOrder & bo, int depth);
};
// true if it is realizable + edit times of build items and final state
bool timeBO(BuildOrder & bo);
Expand Down

0 comments on commit cf43db8

Please sign in to comment.