Package xppy.utils.solution
Detailed Description
This file is part of XPPy.
XPPy is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
XPPy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with XPPy. If not, see <http://www.gnu.org/licenses/>.
Function Documentation
def xppy.utils.solution.parse_bf |
( |
|
file_name |
) |
|
Function parses XPPAut generated solution file (one with extension 'q')
named file_name and returns the solutions.
def xppy.utils.solution.parse_sl |
( |
|
file_name |
) |
|
Function parses XPPAut generated solution file (one with extension 'q')
named file_name and returns the solutions.
def xppy.utils.solution.parseBifDiag |
( |
|
file_name |
) |
|
Function parses XPPAut generated bif. diagram file (one with extension 'p')
named file_name and returns the data.
def xppy.utils.solution.parseSolution |
( |
|
file_name |
) |
|
Function parses XPPAut generated solution file (one with extension 'q')
named file_name and returns the solutions.