Skip to content

Desktop Application work with Constraint Satisfaction Problem (CSP) - Backtracking to solve the scheduling problem at campus and using Dijkstra to search the closest path between room. Case study : Institut Teknologi Del

Notifications You must be signed in to change notification settings

sehatmaru/ScheduleFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO BUILD PROJECT WITH INTELLIJ IDEA :

Step :

  1. Install IntelliJ IDEA Community
  2. Extract the Choco Solver library
  3. Clone the project
  4. Open with IntelliJ IDEA
  5. Open File > Project Structure > Modules > Dependencies
  6. Alt + Insert > Choose JARs or directories...
  7. Choose the Choco Solver library (v2.1.2) folder
  8. Alt + Insert > Choose JARs or directories...
  9. Choose the mysql-connector-java in the library folder of project
  10. Alt + Insert > Choose JARs or directories...
  11. Choose the apache-poi folder in the library folder of project
  12. Apply
  13. Run the project

About

Desktop Application work with Constraint Satisfaction Problem (CSP) - Backtracking to solve the scheduling problem at campus and using Dijkstra to search the closest path between room. Case study : Institut Teknologi Del

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published