|
Go to the documentation of this file.
19 int main( int argc, char* argv[]) {
22 System gen1( "./data/ex_mc/ex_mc1.gen");
23 System gen2( "./data/ex_mc/ex_mc2.gen");
27 std::cout << "#################################################\n";
28 std::cout << "# Mutual controllability verification - result: " << mc << std::endl;
29 std::cout << "#################################################\n";
32 System gen3( "./data/ex_mc/ex_mc3.gen");
35 std::cout << "##################################################\n";
36 std::cout << "# Mutual controllability verification - result: " << mc << std::endl;
37 std::cout << "##################################################\n";
Generator with controllability attributes.
bool IsMutuallyControllable(const System &rGen1, const System &rGen2) Verification of mutual controllability.
Includes all libFAUDES headers, incl plugings
libFAUDES resides within the namespace faudes.
int main(int argc, char *argv[])
libFAUDES 2.32b
--- 2024.03.01
--- c++ api documentaion by doxygen
|