Skip to content

Commit

Permalink
Package description update.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Jan 31, 2023
1 parent b09318c commit b780ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SCClassicalPlanning/SCClassicalPlanning.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>Basic but fully functional and documented classical planning implementations. Somewhat influenced by "Artificial Intelligence: A Modern Approach" (Russell &amp; Norvig). Includes state- and goal-space search for now, GraphPlan will be added prior to v1.</Description>
<Description>Basic but fully functional and documented classical planning implementations. Somewhat influenced by "Artificial Intelligence: A Modern Approach" (Russell &amp; Norvig). Includes state- and goal-space search as well as a GraphPlan implementation.</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>classical planning ai state space search</PackageTags>
<Product>SCClassicalPlanning</Product>
Expand Down

0 comments on commit b780ca2

Please sign in to comment.