#include "semopt.h"
Functions | |
bool | isNumOne (double t) |
bool | isNumZero (double t) |
bool | areSimilar (double t1, double t2) |
bool | isEmpty (dArray s) |
bool | isSubset (dArray sub, dArray super) |
bool | isASubset (dArray sub, dMatrix s) |
bool | isASubsetStrict (dArray sub, dMatrix s) |
bool | isEqual (dArray s1, dArray s2) |
bool | isIn (dArray sub, dMatrix s) |
bool areSimilar | ( | double | t1, |
double | t2 | ||
) |
bool isEmpty | ( | dArray | s | ) |
bool isNumOne | ( | double | t | ) |
SemOpt-Lite: Computing argumentation semantics as optimisation problem (Lite version) Copyright (C) 2012 Federico Cerutti feder ico@ cerut ti.w s
This file is part of SemOpt-Lite.
SemOpt-Lite is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
SemOpt-Lite 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 General Public License along with SemOpt-Lite. If not, see http://www.gnu.org/licenses/.
bool isNumZero | ( | double | t | ) |