Skip to content

Commit

Permalink
Enhance turn counts and minor fixes (#177)
Browse files Browse the repository at this point in the history
* Enhance turn counts

* turn mapping

* Enhancing error handling

* New max flow control parameter

* mah

* Minor optimizations

* Minor changes

* Formatting

* Last minute fix

* New optimization algorithm
  • Loading branch information
Grufoony authored Jun 10, 2024
1 parent d0b1e33 commit 24b20aa
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 116 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16.0)

project(dms VERSION 1.3.8 LANGUAGES CXX)
project(dms VERSION 1.3.10 LANGUAGES CXX)

# set the C++ standard
set(CMAKE_CXX_STANDARD 20)
Expand Down
2 changes: 1 addition & 1 deletion src/dsm/dsm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

static constexpr uint8_t DSM_VERSION_MAJOR = 1;
static constexpr uint8_t DSM_VERSION_MINOR = 3;
static constexpr uint8_t DSM_VERSION_PATCH = 8;
static constexpr uint8_t DSM_VERSION_PATCH = 11;
static constexpr uint8_t DSM_VERSION_BUILD = 0;

#include <string>
Expand Down
Loading

0 comments on commit 24b20aa

Please sign in to comment.