Changeset 90e540 for src/Makefile.am


Ignore:
Timestamp:
Jul 20, 2017, 9:38:39 AM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued
Children:
ccbdf4
Parents:
6d7c73
git-author:
Frederik Heber <frederik.heber@…> (07/18/17 22:24:12)
git-committer:
Frederik Heber <frederik.heber@…> (07/20/17 09:38:39)
Message:

We now obtain weights via levmar minimization.

  • this should yield the best possible weights within the interval of [1/n,1.].
  • note that we cannot always get an exact solution because of this constraint.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r6d7c73 r90e540  
    1818# then comes the library itself
    1919
    20 AM_LDFLAGS = -ldl ${BOOST_LDFLAGS} ${CodePatterns_LDFLAGS} ${JobMarket_LDFLAGS}
     20AM_LDFLAGS = -ldl ${BOOST_LDFLAGS} ${CodePatterns_LDFLAGS} ${JobMarket_LDFLAGS} $(LEVMAR_LDFLAGS)
    2121AM_CPPFLAGS = \
    2222        -I$(top_srcdir)/src/unittests \
     
    2424        -I$(top_srcdir)/src/UIElements \
    2525        -I$(top_srcdir)/ThirdParty/LinearAlgebra/src \
     26        $(LEVMAR_CPPFLAGS) \
    2627        ${BOOST_CPPFLAGS} \
    2728        ${CodePatterns_CFLAGS}
Note: See TracChangeset for help on using the changeset viewer.