Showing 17 open source projects for "n queens solver"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1

    TAS: Task assignment solver

    Task assignment solver

    Optimal task assignment problem solver for n tasks and m resources. Includes a Lua and a Python version of "Munkres' task assignment algorithm modified for rectangular matrices" by Robert Pilgrim in 1995 [https://www.researchgate.net/publication/290437481_Tutorial_on_Implementation_of_Munkres%27_Assignment_Algorithm], a Lua object-oriented programming version of the same program in the corresponding folder, and examples from Brian Clapper [https://pypi.org/project/munkres/#files]. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Book-Reviews-In-Mathematica

    Partial Differential Equations, Complex Analysis, Mathematica, Farlow

    Cliff* Notes, Mathematica Evaluatable "Partial Differential Equations for Scientists and Engineers", Farlow "Physics for Scientists and Engineers", Serway "A First Course in Complex Analysis", Beck "PDE", Asmar "PDE, An Introduction", Colton "Elementary Differential Equations", 7th, Rainville "Ordinary Differential Equations", Tenenbaum "Linear Algebra And It's Applications", Lay "Swokowski Calculus", 5th, Swokowski "Chemistry Concepts & Problems, A Self-Teaching Guide", Houk "Openstax Chemistry" "College Algebra and Trigonometry", 2nd, Kaufman * 2nd order cannonicalization SOLVER, cannonical form automatically * nth order PDE to System of n first order PDE matrices generator with ODE Decouple Solving (pde not yet) * radial probability plot for Hydrogen, pde shrodinger's * Planck blackbody, Rutherford essay * fermi free electron essay * Table of Nucleon positions for all Isotope w/Manipulate * p-p separation nucleus plot using the above
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Zat 1.0

    Zat 1.0

    Fast N-SAT solver for Windows 10

    Zat is an Onagan project. It is a very fast sat solver for .cnf, .dimacs, ... Zat is an O(n^log(n)) time complexity algorithm, which is faster than O((1+e)^n) for e strictly positive. The space complexity is O(n). The version 1.0 is exclusively for Windows 10.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    abumpack

    abumpack

    Fortran library with the Abaqus user material subroutines UMAT/VUMAT

    ...Quote this code as: A. Shterenlikht, N. A. Alexander, Levenberg-Marquardt vs Powell's dogleg method for Gurson-Tvergaard-Needleman plasticity model, Computer Methods in Applied Mechanics and Engineering 237-240:1-9 (2012). DOI: http://dx.doi.org/10.1016/j.cma.2012.04.018
    Downloads: 2 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5

    tabipb

    A treecode-accelerated boundary integral Poisson-Boltzmann solver

    TABI (treecode-accelerated boundary integral) solves the linear Poisson-Boltzmann equation. The solver employs a well-conditioned boundary integral formulation for the electrostatic potential and its normal derivative on the molecular surface, which is triangulated and the integral equations are discretized by centroid collocation. The linear system is solved by GMRES iteration and the matrix-vector product is carried out by a Cartesian terraced which reduces the cost from O(N^2) to O(N*logN), where N is the number elements. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Fluid Gravity 3way

    there are 3 observers to every curve, each seeing the other 2

    I recently dug up some of my old simulations after to my surprise 3SAT and a theoretical expansion of boltzmann statistics reminded me I already simulated something like that but I didnt know how good a simulation it was. Check how the varying density and shape of electron clouds and soliton-like or fluid drop like blobs of field gradually start to point outward and get thinner, like a soliton is bell curve shaped as seen from outside. More importantly, compare the 2 halfs of electron cloud...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    n Queens Puzzle

    Place n queens on nxn board without conflict.

    Eight Queens placed on a chess board is a good example of the n Queens Puzzle. http://en.wikipedia.org/wiki/Eight_queens_puzzle
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    gabipb

    A GPU-accelerated boundary integral Poisson-Boltzmann solver

    ...REFERENCE: W.H. Geng and F. Jacob, A GPU-accelerated direct-sum boundary integral Poisson-Boltzmann solver, Comput. Phys. Commun. 184, 1490-1496 (2013).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Chess Queens
    Calculate the number of solutions to place n queens on an n*n chess board, without any queen attacking each other. Options allow using rooks instead of queens, disabling knight attacks and setting the minimum distance between queens.
    Downloads: 2 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    Alkindus is an automated solver for short monoalphabetic substitution ciphers without word divisions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ChessProblem let's you choose between two classic chess problems, knight's tour and n-queens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    this project is about to find position to place n queens on nxn board such that no queen can attack the other queen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A simple CUDA accelerated solver for general dimensional n-body problems. Currently only the conjugate gradient method has been implemented, but more will soon follow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Java library that implements linear algebra operations: matrix operations (addition, substraction, multiplication, transposing, determinant of matrix , inversion, rank of matrix); linear equations system solving.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A modular SAT solver based on Minisat. The modules are described in XML-files, which are processed by a perl script; thus generating n-solvers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    jAlgorithms is a project mainly for educational purposes. It contains some of the popular algorithms and data structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Sudoku solver v1.0 is an open source utility designed by Ankur Vijay (Messi) to solve all sudoku puzzles of NxN size. It can count and report the total number of possible solutions for a give n puzzle and is capable of reporting unsolvable puzzles.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB