ダウンロードリスト

プロジェクト概要

!RandomCsp の C++ クラスのセットであり、バイナリ制約充足問題のテストを生成するためのプログラムのセットを設定します。いくつかのモデルは、現在利用可能です。クラスは、これらの問題を解決するアルゴリズムを実装するために役立ちます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2004-02-17 23:34
1.8.0

このリリースでは徐Liによってモデルのバリチェロを追加します。これはgccを3.3.2で動作します。デフォルトの出力リストの行列に変更されている。
タグ: Major feature enhancements
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.

2002-06-24 14:37
1.7.0

このリリースではモデルFはモデルEに比べて改善するときの制約充足問題の密度のプロパティを懸念して追加されます。
タグ: Major feature enhancements
This release adds Model F which is an improvement over Model E when concerned with the density property in constraint satisfaction problems.

2002-03-08 14:29
1.6.1

このリリースで修正さRemoveConflictsのバグでは、衝突の数を数えるのに問題が発生。
タグ: Minor bugfixes
This release fixes a bug in RemoveConflicts that caused problems with the counting of the number of conflicts.

2001-11-26 19:26
1.6

は、潜在的にディスクスペースを節約し、新しいファイル形式が追加されました。新しいアプリケーションを追加されたCSPのインスタンスを分析する。新世代のモデルでは、モデルG、これは困難な進化的アルゴリズムを解決するために証明するインスタンスを生成と呼ばれる追加されました。
タグ: Major feature enhancements
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.

2001-01-30 15:13
1.4

新しいランダムなモデル(モデルG)は、その進化的アルゴリズムのための偽装が解けるのインスタンスを作成されました。モデルEのバグは、あまりにも簡単にされたインスタンスを作成する修正されました。古いモデルの適切な名前に(モデルAとモデルB)と改名された。
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).

プロジェクトリソース