Moved to https://github.com/eu-nebulous; NebulOuS optimiser's solver.
Go to file
Geir Horn f5cb0bc6f3 First release of the solver component
- Added build script
- Fixed merge errors for the makefile
- Extended the makefile header

Change-Id: Icbf2d9f76ab0f13eea70796fef20422ecdb3e342
2024-01-12 14:19:12 +01:00
.vscode First release of the solver component 2024-01-12 14:19:12 +01:00
Bin First release of the solver component 2024-01-10 16:26:09 +01:00
charts/nebulous-optimiser-solver Init repo from the component-template 2023-09-19 20:16:15 +02:00
java-spring-boot-demo Init repo from the component-template 2023-09-19 20:16:15 +02:00
zuul.d Init repo from the component-template 2023-09-19 20:16:15 +02:00
.gitignore First release of the solver component 2024-01-10 16:26:09 +01:00
.gitreview Added .gitreview 2023-09-19 14:26:57 +00:00
.yamllint Init repo from the component-template 2023-09-19 20:16:15 +02:00
AMPLSolver.cpp First release of the solver component 2024-01-10 16:26:09 +01:00
AMPLSolver.hpp Implemented AMPL Solver class and interaction with the other Actors 2024-01-02 18:41:49 +01:00
ExecutionControl.cpp Support for solver component termination message completing the solver component implementation 2024-01-09 22:19:50 +01:00
ExecutionControl.hpp Support for solver component termination message completing the solver component implementation 2024-01-09 22:19:50 +01:00
LICENSE Init repo from the component-template 2023-09-19 20:16:15 +02:00
makefile First release of the solver component 2024-01-12 14:19:12 +01:00
MakeSolver.sh First release of the solver component 2024-01-12 14:19:12 +01:00
MetricUpdater.cpp First release of the solver component 2024-01-10 16:26:09 +01:00
MetricUpdater.hpp First release of the solver component 2024-01-12 14:19:12 +01:00
noxfile.py Init repo from the component-template 2023-09-19 20:16:15 +02:00
Solver.code-workspace First complete version of the Metric Updater 2023-12-29 18:52:13 +01:00
Solver.hpp Implemented AMPL Solver class and interaction with the other Actors 2024-01-02 18:41:49 +01:00
SolverComponent.cpp First release of the solver component 2024-01-12 14:19:12 +01:00
SolverManager.hpp First release of the solver component 2024-01-10 16:26:09 +01:00