• R/O
  • SSH

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Nonogram solver


RSS
Rev. 日時 作者
8fb9d95e448c tip 2024-03-20 05:37:51 Alexander Larin

Compile after rebase. The most steady way to find the solution

99ff235ed0a1 2024-03-20 03:39:52 Alexander Larin

Add cli nonogram solver + test input data

07556354b32c 2024-03-19 16:54:52 Alexander Larin

Minor changes

26376a17fae9 2024-03-19 03:59:59 Alexander Larin

Compiled in devcontainer with clang18

dcc9c3ceec90 2021-05-20 03:27:54 Alexander Larin

Rename row_solver -> line_solver

846ce277f735 2021-05-15 03:38:07 Alexander Larin

Merge

0ec4f48727ed 2021-05-15 03:37:56 Alexander Larin

Small typo

a0db1e557885 2021-05-15 03:33:06 Alexander Larin

Small changes

a7c01fc08eb1 2021-05-15 03:25:33 Alexander Larin

Fix some clion warnings, update hgignore

fb21a2469ed2 2021-05-14 18:18:15 Alexander Larin

Fix some warnings

926799cd9dde 2021-05-14 02:47:54 Alexander Larin

Fix for clang in linux

ef19bc38c375 2021-05-14 02:08:40 Alexander Larin

Row_ solver passed tests

c9f949e67279 2021-05-13 20:24:11 Alexander Larin

Testing code

d7c423727def 2021-05-13 18:47:03 Alexander Larin

Fix some iterators

5288e43c7733 2021-05-11 04:57:38 Alexander Larin

Start blocks iterator implementation

c96c5377fd3b 2021-05-11 04:24:45 Alexander Larin

Implement iterators

06e1f0e57b72 2021-05-10 17:51:44 Alexander Larin

Start implementation of multiple-color row solver testing

7dc52cc1a7ca 2021-05-10 16:50:56 Alexander Larin

BF solver for multiple color

221bd70e1cc5 2021-05-10 14:39:45 Alexander Larin

Change tests structure

bc9db09ecb9f 2021-05-09 17:21:24 Alexander Larin

Timus assepted

b0622ec24f12 2021-03-10 02:26:29 Alexander Larin

Small change in can_place_prefix

24960c389317 2021-03-10 00:57:17 Alexander Larin

Remove old placeability calculator

8b22bbd65b14 2021-03-09 01:49:26 Alexander Larin

Placeability calculator (not tested)

c85a6c27e562 2021-03-06 20:52:24 Alexander Larin

Add timus solution (template only)

9b2fc9fb3e40 2021-03-06 20:20:40 Alexander Larin

One run data struct

a7734142b344 2021-03-06 15:36:09 Alexander Larin

Rewrite reversed_vector for using const vector

05c68deffb1d 2021-03-06 14:42:45 Alexander Larin

Add "impl" folder for row_solver

7caf5c8ad43e 2021-03-06 14:38:45 Alexander Larin

Add items counter

1407e7ac3c9c 2021-03-06 14:27:52 Alexander Larin

Split project into a static lib and testing project

af6843ddff4f 2021-03-06 05:57:30 Alexander Larin

Run solver in several threads