-
Looks like a stale version number has slipped into the latest release.
Download the latest release which is advertised as 3.3.0 from
https://github.com/ThePhD/sol2/releases
sol.hpp has version…
-
### Feature description
If someone would like to take a stab at optimizing these solutions, feel free to open a PR or ask for any help here:
## Slowest 10 durations
- [ ] Problem 145 / sol1.py (…
-
I have inherited a code that uses Lua's C-API to expose a C function `int some_function(lua_State *L)`. I am trying to refactor the code to use Sol2 but I would like to avoid touching the content of t…
-
I noticed that direct solve of NoiseProcess doesn't give a NoiseSolution (doesn't exist), but a NoiseProcess, so the plot recipe doesn't work. It should be really easy to fix as plot(sol.t, sol.u) wor…
-
Im begginer at python and code, i make this code for translate the keys of virtualpiano.com to musical notes (in virtualpiano.com there's a lot of musics sheets but they all are in 'fDfDfD' and i want…
-
Hi,
I noticed a time ago that the repo doesn't build with GCC 10. As it's really difficult to have both gcc-10 and gcc-9 on a single Linux distro, I'm looking for a reliable solution for everyone.
…
-
Working on rebasing/updating ##2032, I found that LUA errors (eg. syntax errors or nil objects) are not reported when running cucumber tests, nor are there any reference to LUA file or line number. Al…
-
sol version: develop branch
compiler: msvc
c++: c++20
code:
```c++
#define SOL_SAFE_USERTYPE 0
//#define SOL_SAFE_USERTYPE 1 // When defined as 1, compilation passes
#include
#include
te…
-
We should consider adding the following libraries to the `ScriptInterpreter.cpp`:
- `sol::lib::package`
- `sol::lib::coroutine`
- `sol::lib::string`
- `sol::lib::os`
- `sol::lib::table`
-
Current 2-Opt loop chooses first city randomly, and searches for next target city to execute 2-Opt operator. After NN init, this seems to be causing many 'misses' where fitness after 2-Opt is worse th…