Skip to content

Format Solver Type / Reduction Type / Complexity Class in the Solve and Reduce tooltip Classification sections #196

Description

@Trosper3

The Solve row and Reduce-To row's info tooltips (the "Classification" section PopoverTooltipClick renders) show raw C# enum member names directly, unlike the rest of the app:

  • SolveRowReact.js's "Solver type" field showed e.g. "BruteForce" instead of "Brute Force".
  • ReduceToRowReact.js's "Complexity class" field showed e.g. "NPComplete" instead of "NP-Complete".
  • ReduceToRowReact.js's "Reduction type" field showed e.g. "LocalReplacement" instead of "Local Replacement" (Feature/tag system expansion 375 379 Redux#396's new field).

Should use the same label lookups (complexityClassLabel, solverTypeLabel, reductionTypeLabel#189/#194) already used everywhere else.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions