Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem graph updates #78

Merged
merged 75 commits into from
Sep 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
1c2436a
Change GET /solve/ to GET /solution/
Elscrux Oct 26, 2023
724bfdd
feat: add vrp problem mask and first dummy solver
LucasBerger Mar 13, 2024
92a189b
feat: add first clustering
LucasBerger Mar 14, 2024
efa9a8f
refactor: change to adding a subroutine inside the clusterers
LucasBerger Mar 14, 2024
5379520
feat: add lkh solver
LucasBerger Mar 14, 2024
50ae385
feat: more easily make custom commands
LucasBerger Mar 16, 2024
8c9af96
feat: be able to restrieve results from a subprocess more advanced
LucasBerger Mar 18, 2024
63c1b94
fix: lkh vrp solver
LucasBerger Mar 18, 2024
bcd02be
feat: kmeans clustering and stubs for all the rest of clustering and …
LucasBerger Mar 18, 2024
c639b40
feat: two phase clustering
LucasBerger Mar 18, 2024
b805868
refactor: remove debug
LucasBerger Mar 18, 2024
69088d5
feat: add vrp to tsp to qubo solver and dwave qubo solver
LucasBerger Mar 19, 2024
f2ed721
refactor: remove debug
LucasBerger Mar 19, 2024
4f5c73f
feat: integer setting type, solver specific settings, kmeans with set…
LucasBerger Mar 19, 2024
a3d1386
doc: mark classical algorithms
LucasBerger Mar 19, 2024
621d52b
feat: environment variables in processrunner
LucasBerger Mar 19, 2024
6646b1f
feat: add first test to vrp solver
LucasBerger Mar 19, 2024
a70a2b0
feat: add more complex tests
LucasBerger Mar 19, 2024
ba2a1d3
refactor: remove duplicate code when cluster merging
LucasBerger Mar 21, 2024
661860d
refactor: further remove duplicates
LucasBerger Mar 21, 2024
f5253ef
fix: sonar
LucasBerger Mar 21, 2024
b1a440a
fix: sonar problems as possible
LucasBerger Mar 21, 2024
082b46f
fix: sonar probelms
LucasBerger Mar 21, 2024
270ce2b
fix: remove high vulnerability
LucasBerger Mar 21, 2024
d9b03d5
feat: add qaoa vrp solver
LucasBerger Mar 21, 2024
e8a820c
feat: add grover qrisp algorithm
LucasBerger Mar 22, 2024
b90244d
fix: small problem with calculation
LucasBerger Mar 22, 2024
5602575
feat: add sample for testing grovers algorithm
LucasBerger Mar 22, 2024
003f80c
some changes to make the code run locally
koalamitice May 7, 2024
72098b8
started rebasing vrp solver commit to new software architecture
koalamitice May 15, 2024
3012c5b
fixed some minor issues, merged new changes from develop
koalamitice May 28, 2024
6e821c4
added tsp example problem
koalamitice May 28, 2024
0d8b1f7
Fixed Vrp Solver, Added Vrp Test Case, Added QUBO solvers to config
koalamitice May 28, 2024
2bdfe0c
Added Test Cases for QUBO Solver
koalamitice May 28, 2024
afa9151
Continued Merging VRP Solver to new Architecture: Added new test case…
koalamitice Jun 18, 2024
7262537
save commit
koalamitice Jun 18, 2024
dd22a01
fixed clustering problem in kmeans test case
koalamitice Jun 25, 2024
73e62e6
refactoring in VRP solver, minor refactoring for sonar lint stuff in …
koalamitice Jun 25, 2024
2c518d7
reimplemented tsp qubo solver and twophase, fixed minor errors
koalamitice Jul 2, 2024
fec35df
added test cases and fixes for Qrisp and Dwave QUBO solvers. Changed …
koalamitice Jul 23, 2024
f176758
added test for twophase + d-wave
koalamitice Jul 23, 2024
7ed209f
implemented adapter to make Lucas LKH3 compatible for TSP solving
koalamitice Jul 23, 2024
0ebab42
fixed sonarqube quality issues
koalamitice Aug 12, 2024
4b6bbad
added more sonarqube problems
koalamitice Aug 12, 2024
0be2a1a
added specific version to knapsack solver
koalamitice Aug 13, 2024
292bf91
refactored solver structure, added os-specific application.properties…
koalamitice Aug 13, 2024
7c5b78b
Updated Dockerfile and install script to include new solvers and the…
koalamitice Aug 14, 2024
786ece2
Updated Readme.txt, now includes installation guide for new VRP binaries
koalamitice Aug 14, 2024
ceb1cc2
added binaries for lucas bergers vrp pipeline and lkh3 for windows, m…
koalamitice Aug 14, 2024
877a8a1
Adjusted PythonProcessRunner call in LKH solvers, they now pass the O…
koalamitice Aug 14, 2024
48a34fe
added some comments
koalamitice Aug 20, 2024
8961ffe
Fixed Style Errors, Minor Refactoring that consider comments from @El…
koalamitice Aug 21, 2024
93c75c1
feat: Allow additional http methods
Elscrux Jul 30, 2024
f9a7046
feat: Support for resetting a problem's solver
Elscrux Jul 30, 2024
8433d33
fix: Prevent updates to solving or solved problems
Elscrux Jul 30, 2024
cb33613
feat: Update state of solver when setting a solver
Elscrux Aug 13, 2024
a7ddc01
fix: Add constructor for solutions to save the problem solver name
Elscrux Aug 27, 2024
93f89d4
fix: Make internal constructors private
Elscrux Aug 27, 2024
76fcc35
fix: checkstyle
Elscrux Aug 27, 2024
f300b43
changed application.properties profile to linux (important for tests …
koalamitice Aug 27, 2024
c8acdd5
fix: application.properties loading on windows, LKH-3 cross compiled …
koalamitice Aug 27, 2024
73c114a
Fixed Qiskit QAOA solver (reimplemtented for Qiskit-Optimization-0.6)…
koalamitice Aug 29, 2024
e19712f
changed application.properties to correct system for CI pipeline
koalamitice Aug 29, 2024
8089d49
Fixed requirements.txt for new Qiskit QUBO solver
koalamitice Aug 29, 2024
4988309
adjusted requirements.txt again
koalamitice Aug 29, 2024
d4a25ba
Adjusted Qiskit MaxCut solver, now uses Qiskit-Optimization 0.6.*
koalamitice Aug 29, 2024
f67dd12
adjusted requirements.txt for Qiskit package
koalamitice Aug 29, 2024
74e9ef9
added soe debug output to workflow
koalamitice Aug 29, 2024
0fe4270
Reverted requirements.txt changes, changed gradle check to --info ins…
koalamitice Aug 29, 2024
0e1548c
trying new dependencies in requirements.txt
koalamitice Aug 29, 2024
5f25433
Removed dependecy to specific qiskit version, updated maxcut solver t…
koalamitice Aug 30, 2024
227581f
Changed Debugging prints, added wait in testcase to check for race co…
koalamitice Aug 30, 2024
f676552
Added Mising @BeforeEach to beforeEach method
koalamitice Aug 30, 2024
42cd354
fix: Support no weight attribute
Elscrux Sep 3, 2024
2c734fd
Changed Readme
koalamitice Sep 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changed application.properties profile to linux (important for tests …
…in ci pipeline)
  • Loading branch information
koalamitice committed Aug 27, 2024
commit f300b430c0ad7b7583ab00dad772d10d6521ee8f
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# default spring profile, correct one will be set during runtime (see ToolboxServerApplication.java)
# options: mac, windows, linux
spring.profiles.active=mac
spring.profiles.active=linux

working.directory=jobs
examples.directory=examples
Expand Down
Loading