-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* only include graph_ops.hpp from split_dbm.cpp * pass function to Heap, remove type parameter * use inline thread_local static members * add WeightIndexable concept, preparing switch from template to a function (using operator() instead of operator[]) * inline classes dedicated to operator overloading * add consts Signed-off-by: Elazar Gershuni <[email protected]>
- Loading branch information
Showing
5 changed files
with
113 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.