Activity for Crevice

  • xypron xypron committed [bdffa4]

    test/problem: correct documentation

  • xypron xypron committed [e8d690]

    nbproject/configurations.xml: cleanup

  • xypron xypron committed [33716f]

    autogen.sh: exit if not in top directory

  • xypron xypron committed [319c8f]

    Started fixing operator precedence

  • xypron xypron committed [21555a]

    autogen.sh: exit on error

  • xypron xypron committed [5ac617]

    language: add cardinality function

  • xypron xypron committed [973025]

    language/Tokenizer: correct handling of '..' op...

  • xypron xypron committed [eb2491]

    language/IteratedExpression

  • xypron xypron committed [4b438b]

    language/Ustring: new method operator+=(Ustring &)

  • xypron xypron committed [449382]

    language/Expression: define priorities of set o...

  • xypron xypron committed [e3a3e0]

    language/Parser: reformat code

  • xypron xypron committed [349345]

    language/Set: iterator over values of the set

  • xypron xypron committed [d7722d]

    language/Set: continued

  • xypron xypron committed [b84ad9]

    language/Set: definition of iterator

  • xypron xypron committed [22a6ba]

    Merge branch 'master' of ssh://git.code.sf.net/...

  • xypron xypron committed [ae3932]

    language/Set: started work on Set

  • xypron xypron committed [6e9505]

    Makefile_Crevice: add testProduct and testSum

  • xypron xypron committed [fc861e]

    testTermProduct, testTermSum: correct copyright

  • Jan Schuchardt committed [13ae4c]

    test: add tests for TermSum and TermProduct

  • xypron xypron committed [9ae544]

    Revert "Use /MD for compiling Windows DLL"

  • xypron xypron committed [08c142]

    Use /MD for compiling Windows DLL

  • xypron xypron committed [a4c2e8]

    language/Value: do not compare size_t and int

  • xypron xypron committed [7087ab]

    crevice.h: SET_MAX_DIM remove semicolon

  • xypron xypron committed [a701b4]

    Makefile_Crevice: add mising tests

  • xypron xypron committed [3dabbf]

    src/language/Parser: change dim checks for sets

  • xypron xypron committed [b966ad]

    test/language/testParser: sqrt is not defined f...

  • xypron xypron committed [d75ce5]

    test/solver/testSolverNlopt.cc: remove unused v...

  • xypron xypron committed [b4567b]

    src/language/Tuple: declare as CREVICE_API

  • xypron xypron committed [946ca3]

    src/solver/Node.cc: missing return values

  • xypron xypron committed [b2b030]

    language/Value: add operator< and testfile

  • xypron xypron committed [876ab6]

    language/Tuple: add operator<

  • xypron xypron committed [8fbdd0]

    Update Netbeans project configuration

  • xypron xypron committed [0b3b20]

    language/Ustring: updated documentation

  • xypron xypron committed [da27f7]

    language: add Tuple class

  • xypron xypron committed [58fea3]

    language/Tokenizer: show sensible error texts

  • xypron xypron committed [321639]

    language/Ustring: add substr method

  • xypron xypron committed [be8a37]

    language/Parser: start parsing of set statements

  • xypron xypron committed [90696d]

    language/Expression: use const in getters and s...

  • xypron xypron committed [26d6d8]

    language: implement SetStatement

  • xypron xypron committed [2dd5ca]

    testParser: add tests for abs, cos, sin

  • xypron xypron committed [ceeef0]

    language: fix type

  • xypron xypron committed [6f68f1]

    language/ParameterStatement: no output

  • xypron xypron committed [69ebc0]

    language/Statement/execute: return status

  • xypron xypron committed [e0df29]

    language/Parser: simplify parsing unary operators

  • xypron xypron committed [c3a5de]

    language: add Cos- and SinExpression

  • xypron xypron committed [3a93b6]

    Correct copyright year

  • xypron xypron committed [b30d07]

    language: no pushdown allowable for unary operands

  • xypron xypron committed [46fcb3]

    language: add AbsExpression

  • xypron xypron committed [a867a9]

    problem: add sine and cosine function

  • xypron xypron committed [b0ca29]

    Makefiles: add PrintfStatement

  • xypron xypron committed [78e7dd]

    test/problem/testTermPower.cc: reformat

  • xypron xypron committed [90e8d5]

    problem: fix issue with variable index

  • xypron xypron committed [f893c0]

    problem/Problem.cc: reformat

  • xypron xypron committed [db3938]

    doc/language: add printf statement

  • xypron xypron committed [44a58d]

    examples/test.mod: reformat

  • xypron xypron committed [dc1cf3]

    language/Parser: add PrintfStatement

  • xypron xypron committed [57f4cd]

    language/PrintfStatement.cc: add missing operator

  • xypron xypron committed [a90c39]

    Activate solver/test2

  • xypron xypron committed [ec49ff]

    language: add Printf statement

  • xypron xypron committed [e768c8]

    Node: constructor signature

  • xypron xypron committed [b497b6]

    Merge branch 'master' of ssh://git.code.sf.net/...

  • xypron xypron committed [233f2d]

    Add Node object.

  • xypron xypron committed [ccdfe7]

    Git ignore

  • xypron xypron committed [bc6ae0]

    Debian packaging

  • xypron xypron committed [67c066]

    Debian packaging

  • xypron xypron committed [5c42b2]

    Revert "Add Debian packaging"

  • zfsdt committed [87e7de]

    Add Debian packaging

  • xypron xypron committed [33f029]

    Solver: pass only problem to solve method

  • xypron xypron committed [a41f76]

    TermVariable: make setVariableIndex public

  • xypron xypron committed [a7b9a8]

    testSolverNlopt: variables not declared in sort...

  • xypron xypron committed [69ba4f]

    Constraint: signature of method less adjusted

  • xypron xypron committed [411d91]

    Term: add to win32 Makefile

  • xypron xypron committed [5927f9]

    TermScalar: refactor to user superclass Term

  • xypron xypron committed [873817]

    TermScalar: refactor to be derived from Term

  • xypron xypron committed [7ffa10]

    Term: refactor to TermScalar

  • xypron xypron committed [5fbde9]

    Term: refactor to TermScalar

  • xypron xypron committed [ff2d99]

    SolverNlopt: refactor code

  • xypron xypron committed [b4d6fb]

    SolverNlopt: add support for equality constraints

  • xypron xypron committed [3b3656]

    Solver: consider verbosity

  • xypron xypron committed [d7c018]

    Git ignore

  • xypron xypron committed [a0e948]

    Solver: verbosity levels

  • xypron xypron committed [95ad43]

    Remove unnecessary this

  • xypron xypron committed [14a878]

    Merge branch 'master' of ssh://git.code.sf.net/...

  • xypron xypron committed [9acd08]

    Problem: code formatting

  • xypron xypron committed [18e76a]

    Problem: code cleanup

  • xypron xypron committed [c71b08]

    Remove references to ProblemMismatchException

  • xypron xypron committed [f6e537]

    Ignore Windows object files

  • xypron xypron committed [8e0cc1]

    Eliminate ProblemMismatchException, code cleanup

  • xypron xypron committed [89f133]

    Add comment to 64bit Windows build file

  • xypron xypron committed [8e5077]

    Give w32 and w64 different extensions (o32, o64)

  • xypron xypron committed [74c992]

    Adjust path for nlopt

  • xypron xypron committed [133821]

    Use size_t instead of int for indexes

  • xypron xypron committed [3666fd]

    Windows 32bit build files

  • xypron xypron committed [b7f47d]

    Add example ellipse.mod

  • xypron xypron committed [039748]

    Solver: use copy instead of reference

  • xypron xypron committed [c96924]

    Add test case for NLopt solver

  • xypron xypron committed [e3aa07]

    NLopt stop criteria implemented

  • xypron xypron committed [15d45e]

    Avoid warning for bool-int conversion

  • xypron xypron committed [7e3e86]

    Correct treatment of missing options in solver

  • xypron xypron committed [83c610]

    Setting algorithm via option statement

1 >