COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 545)

Ticket Resolution Summary Owner Reporter
#667 spam Write for us Technology - Submit Guest Post on Business, Mobile, Education Topics Alpar Juttner mallayastranger
Description

Limetorrents Proxy Unblock Limetorrents Proxy List of sites https://www.techwebtopic.com/limetorrents-proxy/

IPTorrents Proxy Unblock IPTorrents Proxy List of Sites https://www.techwebtopic.com/iptorrents-proxy/

SkyTorrents? Proxy Unblock SkyTorrents? Proxy List https://www.techwebtopic.com/skytorrents-proxy/

#657 fixed Cannot compile LEMON with MSVC and clang Alpar Juttner Máté Lugosi
Description

Hi! I've been successfully using LEMON in my project in a linux environment using gcc compiler. However when building for windows and macos I've run into the following problems:

  • MSVC (Visual C++ 2019):
2>main.obj : error LNK2019: unresolved external symbol "public: __cdecl lemon::bits::WinLock::WinLock(void)" (??0WinLock@bits@lemon@@QEAA@XZ) referenced in function "public: __cdecl lemon::bits::Lock::Lock(void)" (??0Lock@bits@lemon@@QEAA@XZ)
2>main.obj : error LNK2019: unresolved external symbol "public: __cdecl lemon::bits::WinLock::~WinLock(void)" (??1WinLock@bits@lemon@@QEAA@XZ) referenced in function "public: __cdecl lemon::bits::Lock::~Lock(void)" (??1Lock@bits@lemon@@QEAA@XZ)
2>main.obj : error LNK2019: unresolved external symbol "public: void __cdecl lemon::bits::WinLock::lock(void)" (?lock@WinLock@bits@lemon@@QEAAXXZ) referenced in function "protected: void __cdecl lemon::AlterationNotifier<class lemon::DigraphExtender<class lemon::ListDigraphBase>,class lemon::ListDigraphBase::Arc>::attach(class lemon::AlterationNotifier<class lemon::DigraphExtender<class lemon::ListDigraphBase>,class lemon::ListDigraphBase::Arc>::ObserverBase &)" (?attach@?$AlterationNotifier@V?$DigraphExtender@VListDigraphBase@lemon@@@lemon@@VArc@ListDigraphBase@2@@lemon@@IEAAXAEAVObserverBase@12@@Z)
2>main.obj : error LNK2019: unresolved external symbol "public: void __cdecl lemon::bits::WinLock::unlock(void)" (?unlock@WinLock@bits@lemon@@QEAAXXZ) referenced in function "protected: void __cdecl lemon::AlterationNotifier<class lemon::DigraphExtender<class lemon::ListDigraphBase>,class lemon::ListDigraphBase::Arc>::attach(class lemon::AlterationNotifier<class lemon::DigraphExtender<class lemon::ListDigraphBase>,class lemon::ListDigraphBase::Arc>::ObserverBase &)" (?attach@?$AlterationNotifier@V?$DigraphExtender@VListDigraphBase@lemon@@@lemon@@VArc@ListDigraphBase@2@@lemon@@IEAAXAEAVObserverBase@12@@Z)
2>main.obj : error LNK2001: unresolved external symbol "struct lemon::Invalid const lemon::INVALID" (?INVALID@lemon@@3UInvalid@1@B)
2>D:\Git\mbt-repository\build\Debug\mbt-fw-release.exe : fatal error LNK1120: 5 unresolved externals

It seems there are some linking issues with LEMON however I was unable to fix the problem.

  • Clang 9.0.1
[build] In file included from /home/oll48/Git/mbt-repository/src/main.cpp:3:
[build] In file included from /home/oll48/Git/mbt-repository/util/Controller.h:30:
[build] In file included from /home/oll48/Git/mbt-repository/lib/EFSMTransformer.h:13:
[build] In file included from /home/oll48/Git/mbt-repository/model/FSM.h:20:
[build] In file included from /home/oll48/Git/mbt-repository/dependencies/lemon/euler.h:24:
[build] In file included from /home/oll48/Git/mbt-repository/dependencies/lemon/connectivity.h:22:
[build] In file included from /home/oll48/Git/mbt-repository/dependencies/lemon/dfs.h:31:
[build] /home/oll48/Git/mbt-repository/dependencies/lemon/path.h:231:24: error: no viable conversion from 'typename PredMapPath<FilterArcs<ListDigraph, ArcMap<bool> >, NodeMap<Arc> >::RevArcIt' to 'std::vector<lemon::ListDigraphBase::Arc, std::allocator<lemon::ListDigraphBase::Arc> >::value_type' (aka 'lemon::ListDigraphBase::Arc')
[build]         head.push_back(it);
[build]                        ^~
[build] /home/oll48/Git/mbt-repository/dependencies/lemon/path.h:1017:12: note: in instantiation of function template specialization 'lemon::Path<lemon::FilterArcs<lemon::ListDigraph, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool> > >::buildRev<lemon::PredMapPath<lemon::FilterArcs<lemon::ListDigraph, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool> >, lemon::SubDigraphBase<lemon::ListDigraph, lemon::ConstMap<lemon::ListDigraphBase::Node, lemon::Const<bool, true> >, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool>, false>::NodeMap<lemon::ListDigraphBase::Arc> > >' requested here
[build]         to.buildRev(from);
[build]            ^
[build] /home/oll48/Git/mbt-repository/dependencies/lemon/path.h:1033:45: note: in instantiation of member function 'lemon::_path_bits::PathCopySelectorBackward<lemon::PredMapPath<lemon::FilterArcs<lemon::ListDigraph, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool> >, lemon::SubDigraphBase<lemon::ListDigraph, lemon::ConstMap<lemon::ListDigraphBase::Node, lemon::Const<bool, true> >, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool>, false>::NodeMap<lemon::ListDigraphBase::Arc> >, lemon::Path<lemon::FilterArcs<lemon::ListDigraph, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool> > >, true>::copy' requested here
[build]         PathCopySelectorBackward<From, To>::copy(from, to);
[build]                                             ^
[build] /home/oll48/Git/mbt-repository/dependencies/lemon/path.h:1046:45: note: in instantiation of member function 'lemon::_path_bits::PathCopySelector<lemon::PredMapPath<lemon::FilterArcs<lemon::ListDigraph, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool> >, lemon::SubDigraphBase<lemon::ListDigraph, lemon::ConstMap<lemon::ListDigraphBase::Node, lemon::Const<bool, true> >, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool>, false>::NodeMap<lemon::ListDigraphBase::Arc> >, lemon::Path<lemon::FilterArcs<lemon::ListDigraph, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool> > >, true>::copy' requested here
[build]     _path_bits::PathCopySelector<From, To>::copy(from, to);
[build]                                             ^
[build] /home/oll48/Git/mbt-repository/dependencies/lemon/path.h:79:7: note: in instantiation of function template specialization 'lemon::pathCopy<lemon::PredMapPath<lemon::FilterArcs<lemon::ListDigraph, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool> >, lemon::SubDigraphBase<lemon::ListDigraph, lemon::ConstMap<lemon::ListDigraphBase::Node, lemon::Const<bool, true> >, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool>, false>::NodeMap<lemon::ListDigraphBase::Arc> >, lemon::Path<lemon::FilterArcs<lemon::ListDigraph, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool> > > >' requested here
[build]       pathCopy(cpath, *this);
[build]       ^
[build] /home/oll48/Git/mbt-repository/lib/AllTransitionState.h:585:62: note: in instantiation of function template specialization 'lemon::Path<lemon::FilterArcs<lemon::ListDigraph, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool> > >::Path<lemon::PredMapPath<lemon::FilterArcs<lemon::ListDigraph, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool> >, lemon::SubDigraphBase<lemon::ListDigraph, lemon::ConstMap<lemon::ListDigraphBase::Node, lemon::Const<bool, true> >, lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<bool>, false>::NodeMap<lemon::ListDigraphBase::Arc> > >' requested here
[build]             Path<FilterArcs<ListDigraph, ArcFilter> > path = bfs.path(next_state);
[build]                                                              ^
[build] /home/oll48/Git/mbt-repository/dependencies/lemon/list_graph.h:81:11: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'typename PredMapPath<FilterArcs<ListDigraph, ArcMap<bool> >, NodeMap<Arc> >::RevArcIt' to 'const lemon::ListDigraphBase::Arc &' for 1st argument
[build]     class Arc {
[build]           ^
[build] /home/oll48/Git/mbt-repository/dependencies/lemon/list_graph.h:81:11: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'typename PredMapPath<FilterArcs<ListDigraph, ArcMap<bool> >, NodeMap<Arc> >::RevArcIt' to 'lemon::ListDigraphBase::Arc &&' for 1st argument
[build] /home/oll48/Git/mbt-repository/dependencies/lemon/list_graph.h:91:7: note: candidate constructor not viable: no known conversion from 'typename PredMapPath<FilterArcs<ListDigraph, ArcMap<bool> >, NodeMap<Arc> >::RevArcIt' to 'lemon::Invalid' for 1st argument
[build]       Arc (Invalid) { id = -1; }
[build]       ^
[build] /home/oll48/Git/mbt-repository/dependencies/lemon/bits/path_dump.h:64:7: note: candidate function
[build]       operator const typename Digraph::Arc() const {
[build]       ^
[build] /bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_vector.h:1200:30: note: passing argument to parameter '__x' here
[build]       push_back(value_type&& __x)
[build]                              ^
(...)                          ^

This is only a small snippet of the errors however they are all the same issue basically, it seems clang has problem with using arc iterators and arcs interchangebly, maybe some kind of cast would fix this?

I would be very thankful for any feedback, these issues prevent us from making our software fully platform independent.

#530 spam Best Supplement Review - Xtreme No Weight Loss Products Alpar Juttner lahirmad87
Description

An easy approach to get yourself a slender determine is earning a regular routine work was to state half an hour or so every day in the beginning. Exercising may help you eradicate more storage of extra fat in the physique. In addition, it is considered one of the most effective techniques to lower physique unwanted fat. Additionally it is observed that standard workout also helps maintain a regular weight loss plan being an work to secure the digestive system heading in the right direction. Even though plenty of people come across it really hard to uncover time for you to get the job done inside their fast paced schedules, while some are as well idle to accomplish it. Consequently, even further intensifies the necessity to discover a way by way of which you will be able to cut back your pounds as being overweight is usually a ailment and that is followed by all other lethal conditions. Employing Xtreme NO weight loss drugs is a new bodyweight decline principle and also you might get element facts from http://muskeltests.com. Thus, fats burners are definitely the response for the complications with the peoples of the obese. These extra fat burners haven't any negative effects and nevertheless very powerful aid end users drop overall body flab. Xtreme NO is easily the most well-known dietary supplement that provides the most effective benefits in burning physique fats. Xtreme NO is a excellent antioxidant and likewise is made up of vitamins, fiber and fat necessary amino acids. These elements from the capsule aids to burn up the many harmful toxins which can be existing in the physique that have been escalating in recent years with each food you take in.

The burning of poisons i.e. has two strengths, along with the elimination of those toxic compounds stored extra fat from a body also aids to extend the speed of metabolic rate of this consequence further in breaking down food stuff for vitality and disposal extra fat. Xtreme NO assists burn excess extra fat, even though the market is loaded capsules which are by no means genuine solutions. The adaptive part of the immune procedure arranged for a defense when the invading organisms penetrate the defenses typical system. Intense scientific scientific tests executed in the last 20 several years have revealed that in acute and chronic inflammatory procedures, superoxide radical is developed at a charge that exceeds the capacity of SOD enzyme technique of the overall body to remove it. In girls, Xtreme NO is known for its unmatched capacity to restore. In guys, the Xtreme NO polysaccharides are already revealed to fortify the life of your sperm cells, and in addition shown powerful as inhibitors of structural degradation and mobile death testicular cells from worry. In common Chinese medication the kidneys are organs of utmost importance between all crucial organs. It really is thought that command mind together with other organs. Good renal perform is taken into account critical for survival. Xtreme NO weight loss diet regime foods is very well preferred for its purely natural composition of fat decline.

Xtreme NO contains a nicely deserved status for a supertonic, motivated equally the yin as well as yang. Xtreme NO can encourage the pituitary to launch HGH the youth hormone. The advantages of HGH are numerous and contain reduced body extra fat, more restful sleep, improved memory, more rapidly healing, improved libido along with a younger overall look. Approximately one in four American adults has hypertension. A research confirmed the increase in hypertension can be substantially prevented via the motion of your Xtreme NO polysaccharide molecules. It strengthens the liver security and carcinogenic outcomes at the same time. Xtreme NO contains beta-sit sterol, which has been tested helpful in reducing levels of cholesterol. Their anti-oxidants protect against the oxidation of cholesterol and arterial plaque formation. Xtreme NO weight loss is extremely affordable for those who purchase in our mention on the net keep. The Xtreme NO aids to help keep arteries open and working easily. It can help normalize blood sugar stages with the beginning of diabetes in grown ups. It increases sexual reaction and dysfunction is. The latest scientific scientific studies have Xtreme NO shown the testosterone in blood improves, thereby rising equally libido individuals. Xtreme NO food plan food stuff is helping to Extends everyday living, protecting the human body from premature getting old because of the effect of its strong antioxidant. These unsafe agents around us can accelerate getting older by destroying. Very important cells faster than they're replaced physique. The toughness of antioxidant and polysaccharide molecules we protect from untimely growing old by neutralizing the damage these no cost radicals bring about during your body. It is actually Improves energy and energy, especially when battling ailments. Xtreme NO increases physical exercise tolerance and stamina. It can help to reduce exhaustion, specially during the convalescence from disease.

Note: See TracQuery for help on using queries.