Skip to content

Commit

Permalink
feat: advance optframe
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Oct 18, 2023
1 parent 28c5f5d commit ef3a618
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CC_GCC=g++
CC_CLANG=clang++
#CC=clang++
#CPPSTD=-std=c++20 # -fconcepts-diagnostics-depth=2 # -Wfatal-errors
CPPSTD=--std=c++17 # -Wfatal-errors
CPPSTD=--std=c++17 -Wfatal-errors # TODO REMOVE # -Wfatal-errors

##########################################
# SUBMODULE LOCATION
Expand Down
4 changes: 2 additions & 2 deletions optframe/optframe_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
#include <OptFCore/FCore.hpp>
#include <OptFCore/EA/RK/FDecoderOpRK.hpp>
#include <OptFCore/FxCore.hpp>
#include <OptFrame/BaseConcepts.hpp> // XESolution
#include <OptFrame/Concepts/BaseConcepts.hpp> // XESolution
#include <OptFrame/Heuristics/EA/RK/BasicDecoderRandomKeys.hpp>
#include <OptFrame/Heuristics/EA/RK/BasicInitialEPopulationRK.hpp>
#include <OptFrame/Heuristics/MultiObjective/ClassicNSGAII.hpp>
#include <OptFrame/Hyper/HeuristicFactory.hpp>
#include <OptFrame/Hyper/Loader.hpp>
#include <OptFrame/Hyper/OptFrameList.hpp>
#include <OptFrame/MyConcepts.hpp> // sref
#include <OptFrame/Concepts/MyConcepts.hpp> // sref
#include <OptFrame/Util/CheckCommand.hpp>

class FCoreLibSolution
Expand Down

0 comments on commit ef3a618

Please sign in to comment.