Projects / RandomCsp

RandomCsp

RandomCsp is a set of C++ classes and a set of programs for generating test sets for binary constraint satisfaction problems. Several models are currently available. The classes are useful for implementing algorithms that solve these problems.

Tags Scientific/Engineering Artificial Intelligence Software Development Testing
Licenses GPL
Operating Systems POSIX
Implementation C++

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  17 Feb 2004 14:34
  • Rrelease-after

Changes: This release adds the model RB by Xu and Li. It works with gcc 3.3.2. The default output has been changed from list to matrix.

  • Rrelease-mid
  •  24 Jun 2002 05:37
  • Rrelease-after

Changes: This release adds Model F which is an improvement over Model E when concerned with the density property in constraint satisfaction problems.

  • Rrelease-mid
  •  08 Mar 2002 05:29
  • Rrelease-after

Changes: This release fixes a bug in RemoveConflicts that caused problems with the counting of the number of conflicts.

  • Rrelease-mid
  •  26 Nov 2001 10:26
  • Rrelease-after

Changes: A new file format that potentially saves disk space was added. A new application to analyze CSP instances was added. A new generation model, called Model G, which generates instances that prove difficult to solve for evolutionary algorithms was added.

  • Rrelease-mid
  •  30 Jan 2001 06:13
  • Rrelease-after

    Changes: A new random model (model G) was added that creates solvable instances that are deceptive for evolutionary algorithms. A bug in model E was fixed, creating instances that were too easy. Older models were renamed to appropriate names (model A and model B).

    E190b4c49e0534225bbabc9eac0556f1_thumb

    Project Spotlight

    Tiny Calculator

    A simple command line calculator that resolves mixed expressions.

    D8ca4842fd212b1dc01e924958694fbd_thumb

    Project Spotlight

    Tric-Tac-Toe

    A new twist (or perhaps "tilt") on the classic Tic-Tac-Toe game.