Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tienlonghungson committed Nov 16, 2021
0 parents commit 1e11b8b
Show file tree
Hide file tree
Showing 24 changed files with 2,402 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<div aligh="center">

# Graph Partitioning
</div>

## Solver
- Integer Programming (by ortools)
- Constraint Programming (by ortools) (working on it)
- Heuristic (working on it) (Tabu search, GA, NSGA)

## Requirement :
- SDK 17 (but 8 might be enough, I haven't test)
- google.ortools.java

Loading

0 comments on commit 1e11b8b

Please sign in to comment.