Skip to content
Snippets Groups Projects
Commit fce43eeb authored by Hans-Peter Deifel's avatar Hans-Peter Deifel :turtle: Committed by Hans-Peter Deifel
Browse files

Use non-local solver from pgsolver

Looks like we misinterpreted the meaning of "local" in pgsolver. It
only calculates the correct solution for the root node, but we
need information about other nodes for intermediate
propagation (on-the-fly game solving).

Now we use a non-local solver, which works but is very slow at the
moment because the game has to be constructed anew every time we
propagate. => We should try to keep the game up-to-date as we expand
nodes, if possible.
parent 66d1a675
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment