|
Go to the documentation of this file.
33 matA. Write( "tmp_hyb_1_matrix.txt");
40 matA. At(i,1, matA. At(i,2));
44 matA(1,j) = matA(2,j);
50 std::cout << "################################\n";
51 std::cout << "# Some matrix: \n";
53 std::cout << "################################\n";
59 std::cout << "################################\n";
60 std::cout << "# Some polyhedron: \n";
62 std::cout << "################################\n";
74 std::cout << "################################\n";
75 std::cout << "# linear hybrid automaton from file: \n";
77 std::cout << "################################\n";
78 std::cout << "# Valid() returns " << lha. Valid() << "\n";
79 std::cout << "################################\n";
95 std::cout << "################################\n";
96 std::cout << "# state attributes\n";
99 std::cout << "################################\n";
100 std::cout << "# transition attributes\n";
103 std::cout << "################################\n";
void Identity(int dim=-1)
const Scalar::Type & At(int i, int j) const
virtual bool Valid(void) const
const Polyhedron & Rate(Idx idx) const
const Polyhedron & Guard(const Transition &rTrans) const
const Polyhedron & Invariant(Idx idx) const
const LinearRelation & Reset(const Transition &rTrans) const
void Write(const Type *pContext=0) const
Transition TransitionByNames(const std::string &rX1, const std::string &rEv, const std::string &rX2) const
libFAUDES 2.33b
--- 2025.05.07
--- c++ api documentaion by doxygen
|