We proposed a new way of business on quantum computing using sampling and solvers.
We already provided smartphone apps on iOS and Android.
The application is now on SUDOKU. It is not a solver it is a generator to generate a sudoku problem automatically.
The step is,
- generate sudoku problem with empty inisital state
- generate sudoku answer with constraint satisfaction problem.
- fix some number and solve the problem.
- if just one solution found on the process of solver, we adopt it.
By doing this process we have automatically get problem and answer at the same time after the generate and check process.
Now we have over 250,000 problems and answers on the database created by the ising model.
The whole framework is provided some web technology. The smartphone application is generated by Flutter.
The API are provided by GraphQL on realtime.
What is important on this generate and search process. These two process are independent each other. Generation takes time for about 20sec to a few minutes. So if we generate on real time process, users should wait for minutes to get the problem.
We do this process independently that ising model generate problem and answer continuously and user use this data by searching from smartphones.
This framework is useful for many business to create content from advertisement to gaming. Please contact us if you have any question. Thank you.