PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
Loading...
Searching...
No Matches
Enums.h File Reference

Enums for graph algorithms API. More...

Go to the source code of this file.

Namespaces

namespace  pbat
 The main namespace of the library.
 
namespace  pbat::graph
 

Enumerations

enum class  pbat::graph::EGreedyColorSelectionStrategy { pbat::graph::LeastUsed , pbat::graph::FirstAvailable }
 Enumeration of color selection strategies for graph coloring algorithms. More...
 
enum class  pbat::graph::EGreedyColorOrderingStrategy { pbat::graph::Natural , pbat::graph::SmallestDegree , pbat::graph::LargestDegree }
 Enumeration of vertex traversal ordering strategies for graph coloring algorithms. More...
 

Detailed Description

Enums for graph algorithms API.

Author
Quoc-Minh Ton-That (tonth.nosp@m.at.q.nosp@m.uocmi.nosp@m.nh@g.nosp@m.mail..nosp@m.com)
Date
2025-02-10