|  | aec7d98c13 | Removed unused domain, commented out debug code | 2024-03-29 17:37:41 -04:00 |  | 
				
					
						|  | f44c75e3a6 | Added timing code | 2024-03-29 17:33:51 -04:00 |  | 
				
					
						|  | 13b3879630 | Removed dead code | 2024-03-29 17:33:43 -04:00 |  | 
				
					
						|  | 7760125ea4 | Create runner jar | 2024-03-29 17:30:57 -04:00 |  | 
				
					
						|  | 59b6845107 | Removed dead code | 2024-03-29 17:30:45 -04:00 |  | 
				
					
						|  | 8692700b8f | Epistemic problem | 2024-03-29 16:53:29 -04:00 |  | 
				
					
						|  | 01883787da | Improving DCEC support - Time based search algorithm
- Added new variables ?now and ?next | 2023-11-20 17:23:49 -05:00 |  | 
				
					
						|  | a747b38233 | Handling edge cases in precondition -> formula | 2023-11-20 17:21:18 -05:00 |  | 
				
					
						|  | 492e7bac14 | Updating epistemic and conformant benchmarks | 2023-11-09 17:22:41 -05:00 |  | 
				
					
						|  | d647b0d37d | Fixed bug with empty plan | 2023-11-09 17:21:27 -05:00 |  | 
				
					
						|  | 26254f895a | Re-org'd files to match renaming | 2023-11-06 22:36:19 -05:00 |  | 
				
					
						|  | 7bbf1b16fd | Adjusting notes | 2023-11-03 16:13:36 -04:00 |  | 
				
					
						|  | 48971ad770 | Hooked in changes from ShadowProver and introduced grapevine domain | 2023-11-03 16:13:05 -04:00 |  | 
				
					
						|  | f6e1dc19eb | Thoughts on new heuristic | 2023-11-02 17:37:12 -04:00 |  | 
				
					
						|  | 135852b74b | Moved search algorithms to folder | 2023-11-02 17:11:12 -04:00 |  | 
				
					
						|  | 967b859ecc | Matching the uninformed heuristic default | 2023-11-02 16:54:40 -04:00 |  | 
				
					
						|  | edde3cc8e5 | Implemented AStar and rewrote BFS to use AStar algorithm | 2023-11-02 16:26:20 -04:00 |  | 
				
					
						|  | 2f08f98845 | Cleaning up application of states | 2023-10-31 15:03:00 -04:00 |  | 
				
					
						|  | c189cdb650 | Renamed folders to match package structure | 2023-10-31 13:41:10 -04:00 |  | 
				
					
						|  | 7a7b01c009 | Renamed folders to match package structure | 2023-10-31 13:16:15 -04:00 |  | 
				
					
						|  | 0e3895d871 | Improved caching of operations | 2023-10-31 12:07:00 -04:00 |  | 
				
					
						|  | 61ae5a5ed6 | Set default K for BFS runner | 2023-10-31 12:05:56 -04:00 |  | 
				
					
						|  | 24a85a482f | Changed parameters to optionals for BFS | 2023-10-31 12:05:44 -04:00 |  | 
				
					
						|  | 3d01e065a6 | Added new case of trivial actions | 2023-10-31 12:02:57 -04:00 |  | 
				
					
						|  | 937ede1026 | Removed unused jekyl config | 2023-10-31 12:02:29 -04:00 |  | 
				
					
						|  | abc2058eb9 | Added installation instructions | 2023-10-27 11:03:45 -04:00 |  | 
				
					
						|  | aad79404af | Renaming imports to support ShadowProver changes | 2023-10-27 10:57:15 -04:00 |  | 
				
					
						|  | 08b9c01f3e | Improvements to BreadthFirstPlanner - Allow for unbounded search
- Allow for a way to look for a certain number of plans
- Use Pair from standard library | 2023-09-26 15:08:10 -04:00 |  | 
				
					
						|  | 88b5ceee7a | Make planning problem constructor public for other project | 2023-09-26 15:06:58 -04:00 |  | 
				
					
						|  | 959a81b3fd | Skip tests | 2023-09-26 15:06:25 -04:00 |  | 
				
					
						|  | b764b53c3b | Properly Build Spectra via ShadowProver in GH Action | 2023-03-30 16:06:05 -04:00 |  | 
				
					
						|  | d9a893e487 | Checkout submodule | 2023-03-30 16:01:12 -04:00 |  | 
				
					
						|  | 067db0e5b8 | Updating java version | 2023-03-30 15:58:37 -04:00 |  | 
				
					
						|  | 97843c79e0 | Install ShadowProver first | 2023-03-30 15:55:21 -04:00 |  | 
				
					
						|  | 007c87e57e | GitHub Compile Action | 2023-03-30 15:51:01 -04:00 |  | 
				
					
						|  | 4f1f9c0b83 | Moved snark to submodule | 2023-03-30 15:33:03 -04:00 |  | 
				
					
						|  | 0b01117377 | Command check fix | 2023-03-29 22:18:35 -04:00 |  | 
				
					
						|  | 0e3de64cdd | Maven command check | 2023-03-29 21:47:43 -04:00 |  | 
				
					
						|  | 8790ccde66 | Argument count check | 2023-03-29 21:25:00 -04:00 |  | 
				
					
						|  | d6bc88566f | Runner CLI Script | 2023-03-29 21:17:09 -04:00 |  | 
				
					
						|  | 395872a4d4 | Breadth First Search Implementation | 2023-03-29 21:16:53 -04:00 |  | 
				
					
						|  | bad5fb5914 | Work to get it to compile | 2023-03-29 21:15:57 -04:00 |  | 
				
					
						| 
								
								
									 Naveen Sundar Govindarajulu | 9532243465 | remove unused file | 2021-01-04 17:49:21 -08:00 |  | 
				
					
						| 
								
								
									 Naveen Sundar Govindarajulu | e4835758b7 | Added a docker image containg a Py4J server. | 2021-01-04 17:46:04 -08:00 |  | 
				
					
						| 
								
								
									 Naveen Sundar Govindarajulu | 344824aae8 | clean up tests | 2021-01-04 15:24:49 -08:00 |  | 
				
					
						| 
								
								
									 Naveen Sundar G | eb31602b35 | Update Guava | 2020-06-16 09:58:42 -07:00 |  | 
				
					
						| 
								
								
									 Naveen Sundar Govindarajulu | 839b3e3172 | Adding a simplifier. | 2018-06-18 22:05:40 -07:00 |  | 
				
					
						| 
								
								
									 Naveen Sundar Govindarajulu | 32e7a8fe4c | TORA example | 2018-06-18 18:29:40 -07:00 |  | 
				
					
						| 
								
								
									 Naveen Sundar Govindarajulu | 2624b0c411 | Adding in the soda can challenge. | 2018-06-15 14:55:57 -07:00 |  | 
				
					
						| 
								
								
									 Naveen Sundar Govindarajulu | 5ca5fcfc5d | pom file | 2018-06-15 14:48:38 -07:00 |  |